Is there a way to do:

s = "I like python %i%s of the time."
print s % (99, "%")

without having to pass in "%"?

Thanks,
Gerard
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to