Created
June 12, 2020 12:01
-
-
Save ProgDan/1cd6b58e40a3f0212efce3b5c4dbbbaa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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