Re: [Tutor] Other ways to use raw_input function

2011-10-19 Thread amt
Thanks a lot Alan for helping me out every time. Also thanks Wayne! Regards, amt. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Other ways to use raw_input function

2011-10-18 Thread Alan Gauld
On 18/10/11 18:58, amt wrote: After reading from docs.python.org I found out that this function can perform standard output without a trailing newline. It can print a prompt message, yes. > Also it can take an input line, convert it as a string It doesn't convert it

Re: [Tutor] Other ways to use raw_input function

2011-10-18 Thread Wayne Werner
On Tue, Oct 18, 2011 at 12:58 PM, amt <0101...@gmail.com> wrote: > Greetings! I got stuck at an exercise from the book learn python the hard > way about raw_input function.(exercise 11.2) > > After reading from docs.python.org I found out that this function can > perform standard output without a

[Tutor] Other ways to use raw_input function

2011-10-18 Thread amt
Greetings! I got stuck at an exercise from the book learn python the hard way about raw_input function.(exercise 11.2) After reading from docs.python.org I found out that this function can perform standard output without a trailing newline.Also it can take an input line, convert it as a string( st