Answers for "enter to continue python"

3

wait for input python

input("You can't see the next text. (press enter)")
# input() waits for a user input
print("Now you can!")
Posted by: Guest on March-23-2020

Code answers related to "enter to continue python"

Python Answers by Framework

Browse Popular Code Answers by Language