Tim Rowe wrote:

> 1. 'input' might not be the best way to get the phrase, because the
> user will have to put the phrase in quotes or the program will
> (probably) crash. Have a look at raw_input.

Gary is using Python 3 where input() works like the raw_input() of yore.
The giveaway is

> print(word, end='')

Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to