Answers for "python press any key"

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
0

press key on python

# press space
keyboard.send("space")
Posted by: Guest on June-24-2021

Python Answers by Framework

Browse Popular Code Answers by Language