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 )-- http://mail.python.org/mailman/listinfo/python-list
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 )-- http://mail.python.org/mailman/listinfo/python-list