input("You can't see the next text. (press enter)") # input() waits for a user input print("Now you can!")
import os os.system("pause")