Re: multiple raw_inputs

2005-11-24 Thread Fredrik Lundh
Satya Kiran wrote: > I m a python newbie,infact,I m a newbie to programming and I was suggested > it was a good idea to start it with python. > > I was trying a program which needs three integers from the user.I got it by > using raw_input thrice. > Is there a better way(s) to do it? if you want

multiple raw_inputs

2005-11-24 Thread Satya Kiran
Hi there! I m a python newbie,infact,I m a newbie to programming and I was suggested it was a good idea to start it with python. I was trying a program which needs three integers from the user.I got it by using raw_input thrice. Is there a better way(s) to do it? Can a user be prompted thrice wit