indentation messing up my tuple?

localpricemaps at gmail.com localpricemaps at gmail.com
Sat Jan 28 14:40:55 EST 2006


sorry i left out my tuple which is at the end of my code

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




More information about the Python-list mailing list