newbie question: for loop within for loop confusion

TheSaint fc14301589 at icqmail.com
Sun Jun 15 22:20:14 EDT 2008


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



More information about the Python-list mailing list