On Nov 17, Sinan Nalkaya wrote:
> how can i just get 1 character ? i`ve done a search but just found
> getch() for windows, i need same for unix and raw_input has any
> option that is not documented ?
Get all the characters one at a time:
>>> inp = raw_input('enter a string> ')
enter a st
Paul Watson wrote:
>Sinan Nalkaya wrote:
>
>
>>hello everybody,
>>how can i just get 1 character ? i`ve done a search but just found
>>getch() for windows, i need same for unix and raw_input has any option
>>that is not documented ?
>>thanks.
>>
>>
>
>Please use Google.
>
>http://aspn.acti
Sinan Nalkaya wrote:
> hello everybody,
> how can i just get 1 character ? i`ve done a search but just found
> getch() for windows, i need same for unix and raw_input has any option
> that is not documented ?
> thanks.
Please use Google.
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/1
hello everybody,
how can i just get 1 character ? i`ve done a search but just found
getch() for windows, i need same for unix and raw_input has any option
that is not documented ?
thanks.
--
http://mail.python.org/mailman/listinfo/python-list