Hello all,
I found a workaround solution.
I use the items in the list to be placed in a string, so I just
formatted the entire string to remove any single quotes. Duh!
Thanks
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
David
Hello,
I have a float that I am trying to format to 2 decimal places, put the
formatted float in a list and then output this to a file. My problem
is, once I format my float, my float has quotations around the float due
to my formatting. I am doing the following:
( "%.2f" % float( list[x