Programmer's Wiki
Advertisement

Pause is a basic command in DOS, which awaits a keypress from the user.

Implementations[]

Python[]

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")

External links[]

References[]

Advertisement