Hi, I got a problem with this program.
 
 
name = raw_input("Hi. What's your name? ")
called = name * 5
print "\nIf a small child were trying to get your attention, " \
       "your name would become:"
print called
When i input the name like "John Goodman"
 
it prints like...
 
John GoodmanJohn GoodmanJohn GoodmanJohn GoodmanJohn Goodman
 
But i want to print it like...
 
John Goodman  John Goodman  John Goodman  John Goodman  John Goodman
 
How can I do it?


Express yourself instantly with MSN Messenger! MSN Messenger Download today it's FREE!
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to