I finsished the first checkpoint in iteration labs

This commit is contained in:
jcaley
2025-09-25 09:34:11 -04:00
parent 9f3901cb4b
commit af764675af

View File

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