Re: [Tutor] Contents of Tutor digest, help with Hangman program

2010-07-19 Thread Alan Gauld
"John Palmer" wrote Please trim your messages and not post the entire digest. Hi Alan thanks for the help. I did try the getpass module, I think I used: getpass.getpass() This actually prompted the user to enter a password, which isn't really what I want. Unless there's something i'm mis

Re: [Tutor] Contents of Tutor digest, help with Hangman program

2010-07-19 Thread bob gailer
On 7/19/2010 7:37 AM, John Palmer wrote: Hi Alan thanks for the help. I did try the getpass module, I think I used: getpass.getpass() This actually prompted the user to enter a password, which isn't really what I want. Unless there's something i'm missing with this module? I'll take another

Re: [Tutor] Contents of Tutor digest, help with Hangman program

2010-07-19 Thread Steven D'Aprano
On Mon, 19 Jul 2010 09:37:25 pm John Palmer wrote: > Hi Alan thanks for the help. I did try the getpass module, I think I > used: > > getpass.getpass() > > This actually prompted the user to enter a password, which isn't > really what I want. Unless there's something i'm missing with this > module?

Re: [Tutor] Contents of Tutor digest, help with Hangman program

2010-07-19 Thread John Palmer
Hi Alan thanks for the help. I did try the getpass module, I think I used: getpass.getpass() This actually prompted the user to enter a password, which isn't really what I want. Unless there's something i'm missing with this module? I'll take another look anyway. On 19 July 2010 11:00, wrote