input("Press Enter to continue...") raw_input("Press Enter to continue...") code example
Example: wait for input python
input("You can't see the next text. (press enter)")
# input() waits for a user input
print("Now you can!")
input("You can't see the next text. (press enter)")
# input() waits for a user input
print("Now you can!")