Jun-11-2017, 06:34 AM
input('Press ENTER to continue: ')Although, if you are running Python 2.x, you will want to use raw_input instead. In Python 2.x input will try to evaluate the text that it gets, which may cause an error.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures