[Tutor] Question re: hangman.py

Alan Gauld alan.gauld at btinternet.com
Fri Nov 13 18:51:40 CET 2009


"Hugo Arts" <hugo.yoshi at gmail.com> wrote 

> print letter, ' ',
> 

You don't need the space, Python automatically inserts 
a space instead of the newline when you use the comma.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/l2p/



More information about the Tutor mailing list