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
1 changed files with 1 additions and 1 deletions

View File

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