How do you use a wait command in Python 2.7? Please help.
Import the module time and use time.sleep(number of seconds)
Or in turtle you can use the ontimer method (only works in turtle)
How do you use a wait command in Python 2.7?
How do you use a wait command in Python 2.7? Please help.
Import the module time and use
time.sleep(number of seconds)
Or in turtle you can use the ontimer method (only works in turtle)