Skip to content

Instantly share code, notes, and snippets.

@ProgDan
Created June 12, 2020 12:01
Show Gist options
  • Select an option

  • Save ProgDan/1cd6b58e40a3f0212efce3b5c4dbbbaa to your computer and use it in GitHub Desktop.

Select an option

Save ProgDan/1cd6b58e40a3f0212efce3b5c4dbbbaa to your computer and use it in GitHub Desktop.
import turtle
import time
delay=0.1
# Loop Principal
while True:
wn.update()
move()
time.sleep(delay)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment