Skip to content

Instantly share code, notes, and snippets.

@DaCuteRaccoon
Created March 15, 2022 00:45
Show Gist options
  • Save DaCuteRaccoon/f41e45ae51e4b1c8e979457c133a31cc to your computer and use it in GitHub Desktop.
Save DaCuteRaccoon/f41e45ae51e4b1c8e979457c133a31cc to your computer and use it in GitHub Desktop.
import turtle
t = turtle.Turtle()
for i in range(20):
t.circle(50)
t.rt(18)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment