Alternative to raw_input ?

den den at den.den
Fri Feb 11 12:00:08 EST 2005


BOOGIEMAN wrote:
> On Fri, 11 Feb 2005 16:35:19 +0000, Simon Brunning wrote:
> 
> 
>>Err, why?
> 
> 
> It looks to ugly this way. I want to press 
> any key without ENTER to continue

Did you try this:

import msvcrt
msvcrt.getch()



More information about the Python-list mailing list