[EMAIL PROTECTED] wrote:
Hi,


I'm using the writelines() method to write some lines to a text file. But
I'm unable to write the % character to the file using the following format:

fdTolFile.writelines("\n\tdiff Not in %s '%' range" %(toleranceInPer))

Try %%  :)

Christian

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to