Newby - is this what they are looking for ?? and is their a better a way

Peter Otten __peter__ at web.de
Tue Feb 24 10:50:17 EST 2009


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



More information about the Python-list mailing list