Re: Python Input from keyboard

2006-09-22 Thread Eric
> std::cin << value; Oops, that should be >>. -- http://mail.python.org/mailman/listinfo/python-list

Re: Python Input from keyboard

2006-09-22 Thread Eric
utab wrote: > hi, > I could not understand why python stdin and stdout are not explained in > any of the tutorials on the net, > > I want to read some input continuously from keyboard and then I would > like to process these input. > > I have a code like this but getting errors, I would like to ter

Re: Python Input from keyboard

2006-09-22 Thread MonkeeSage
utab wrote: > I want to read some input continuously from keyboard and then I would > like to process these input. > > I have a code like this but getting errors, I would like to terminate > when there is an empty string in the input, why is not this easy as the > "cin" or "scanf". I had to search