updated ranges to work!

This commit is contained in:
jandrews
2025-10-01 10:16:30 -04:00
parent b4ed8cd43c
commit 5d186c6ec6
2 changed files with 10 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ def square(side_length):
sizes = [20, 40, 60, 80, 100]
for size in sizes:
square(size)
square(20)
penup()
forward(40)
pendown()
input()