![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archivewhy writing list to file puts each item from list on seperate line?
From: <homepricemaps@gmail.com>
Date: Sat Dec 31 2005 - 05:22:57 CET
if i use the code below to write a list to a file
list = (food, price, store)
it outputs to a file like this
apple
and i want it to do
apple, .49. star market
any ideas
|