Re: Password input in console/terminal

2008-12-09 Thread cadmuxe
On 12月9日, 下午2时01分, "Chris Rebert" <[EMAIL PROTECTED]> wrote: > On Mon, Dec 8, 2008 at 9:53 PM, RP <[EMAIL PROTECTED]> wrote: > > Hello All, > > > This is my first REAL post(question) to Python-List. I know I can take input > > from a user with raw_input() > > How do I take password input in console

Re: Beginner trying to understand functions.

2008-12-08 Thread cadmuxe
On 12月8日, 下午10时53分, "James Mills" <[EMAIL PROTECTED]> wrote: > On Tue, Dec 9, 2008 at 12:46 AM, Peter Otten <[EMAIL PROTECTED]> wrote: > > I think the OP is using Python 3.0. What used to cause trouble > > Well of course he/she/it is! > I'm too blind to have noticed that! :) > > --JamesMills > > --

Re: Beginner trying to understand functions.

2008-12-08 Thread cadmuxe
i think we should use raw_input('Please enter your name: ') instead of input('Please enter your name: ') 2008/12/8 Peter Otten <[EMAIL PROTECTED]> > simonh wrote: > > > In my attempt to learn Python I'm writing a small (useless) program to > > help me understand the various concepts. I'm going to