indentation messing up my tuple?

localpricemaps at gmail.com localpricemaps at gmail.com
Sat Jan 28 14:39:19 EST 2006


sorry i forgot to add in the code for my tuple which is at the very end

tuple = (food+ drink + "\n")
data.append(tuple)
f = open("froogle.sql", 'a')
f.write ( ''.join( tuple )




More information about the Python-list mailing list