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 <br><br>for item in tuplelist<br>           outputfile.write (item)<br>
<br>doesn&#39;t work, and I suppose I scarcely expect it should, but I am at a loss to find out how to do it. <br clear="all"><br>-- <br>Mayo Adams<br><br><br> <br><a href="mailto:mayoadams@gmail.com" target="_blank">mayoadams@gmail.com</a><br>