how to print variable few time?

guy asor guy.asor132 at gmail.com
Sat Nov 12 07:58:20 EST 2016


hello!

this is my code:

word=raw_input()
print word*3


with this code im getting - wordwordword.
what changes i need to make to get - word word word - instead?

thanks



More information about the Python-list mailing list