How do you use a wait command in Python 2.7?
How do you use a wait command in Python 2.7? Please help.
amasad
Do you mean to wait for a certain time period? You can use time.sleep
import time time.sleep(1)
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)
i copied hope its not a problem :)
@GyorgyPosta noice same here