How do you use a wait command in Python 2.7?
How do you use a wait command in Python 2.7? Please help.
GyorgyPosta
i copied hope its not a problem :)
AmaanWaseem
@GyorgyPosta noice same here
L1LY57
Input time, time.sleep(X). x=secs
ColePayneSexton
Import the module time and use
time.sleep(number of seconds)
Or in turtle you can use the ontimer method (only works in turtle)
Do you mean to wait for a certain time period? You can use
time.sleep