How do you use a wait command in Python 2.7? Please help.
Do you mean to wait for a certain time period? You can use time.sleep
time.sleep
import time time.sleep(1)
How do you use a wait command in Python 2.7?
How do you use a wait command in Python 2.7? Please help.
Do you mean to wait for a certain time period? You can use
time.sleep