Created
March 15, 2022 00:45
-
-
Save DaCuteRaccoon/f41e45ae51e4b1c8e979457c133a31cc 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 | |
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