-
-
Save stephengruppetta/3c360bff05c0db08afd4bc67bee43acf 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
# magic_sparkle.py | |
import turtle | |
lead_dot = turtle.Turtle() | |
lead_dot.shape("circle") | |
lead_dot.penup() | |
turtle.done() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment