why writing list to file puts each item from list on seperate line?

homepricemaps at gmail.com homepricemaps at gmail.com
Fri Dec 30 23:44:29 EST 2005


i want them to be on the same line when they are written to the file.
right now they are written like this:

food
price
store

i want them to be written like this

food price store

how do i do that?




More information about the Python-list mailing list