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 -- https://mail.python.org/mailman/listinfo/python-list
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 -- https://mail.python.org/mailman/listinfo/python-list