On 09:23, lunedì 16 giugno 2008 takayuki wrote:

> word = line.strip()
Try 
word= line.split()

and at the end of the loop add one more print to go to new line.
-- 
Mailsweeper Home : http://it.geocities.com/call_me_not_now/index.html
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to