Attendez l'entrée Python
input("You can't see the next text. (press enter)")
# input() waits for a user input
print("Now you can!")
Easy Emu
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")