I have a list of tuples of the form (string,integer) that I would like to
write  to  a file with a line break between each. Simply writing to a file
object thus

for item in tuplelist
           outputfile.write (item)

doesn't work, and I suppose I scarcely expect it should, but I am at a loss
to find out how to do it.

-- 
Mayo Adams



mayoad...@gmail.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to