How to set time limit on input

Posted by calccrypto on Stack Overflow See other posts from Stack Overflow or by calccrypto
Published on 2010-05-29T01:30:04Z Indexed on 2010/05/29 1:32 UTC
Read the original article Hit count: 449

Filed under:
|
|
|
|

in python, is there a way to, while waiting for a user input, count time so that after, say 30 seconds, the raw_input() function is automatically skipped?

© Stack Overflow or respective owner

Related posts about python

Related posts about time