I tried time.sleep(secs). However this has to sleep for some specific seconds. It is not totally paused. Does Python have any function to pause the script forever if there is no any input ? Thanks !
-
5define 'input': a signal, keystroke, network I/O, what?isedev– isedev2014-03-07 22:56:55 +00:00Commented Mar 7, 2014 at 22:56
-
@isedev does Python have any specific existing function ?tqjustc– tqjustc2014-03-07 22:57:45 +00:00Commented Mar 7, 2014 at 22:57
Add a comment
|