I made the circle a little bigger.

I was excited about the possibility of drawing some fun designs.
This commit is contained in:
Hope
2025-05-01 22:05:17 -04:00
parent 2ff6f2eae3
commit e803f803b4

View File

@@ -15,7 +15,7 @@ right(90)
pendown() pendown()
color("red") color("red")
for i in range(360): for i in range(360):
forward(2) forward(3)
right(1) right(1)