Pause
Talk0
385pages on
this wiki
this wiki
Pause is a basic command in DOS, which awaits a keypress from the user.
Contents |
Implementations
Edit
Python
Edit
The Python manual has a cumbersome implementation for catching a single key-press.[1]
For catching just <enter> this is simpler:
raw_input("Press ENTER to exit")