Re: [Tutor] output formatting

2009-04-25 Thread Matt Domeier
ase of the print function setup that you suggested with write? Or could I somehow use the print function itself to write to the file (rather than just output to my shell/prompt)? Thanks! Quoting W W : On Fri, Apr 24, 2009 at 10:57 PM, Matt Domeier wrote: Hello, I have a series of lists t

[Tutor] output formatting

2009-04-25 Thread Matt Domeier
Hello, I have a series of lists that I need to output into files with a specific format. Specifically, I need to have line breaks after each entry of the list, and I need to do away with the ['..'] that accompany the data after I transform the list into a string. Can I simply append a '\n