Skip to content

Instantly share code, notes, and snippets.

@stephengruppetta
Created November 17, 2023 22:42
Show Gist options
  • Save stephengruppetta/3c360bff05c0db08afd4bc67bee43acf to your computer and use it in GitHub Desktop.
Save stephengruppetta/3c360bff05c0db08afd4bc67bee43acf to your computer and use it in GitHub Desktop.
# 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