> std::cin << value;
Oops, that should be >>.
--
http://mail.python.org/mailman/listinfo/python-list
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
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