From 1b642f81ecf076eec8a23b753129a0a89dc40509 Mon Sep 17 00:00:00 2001 From: lfitchlee Date: Thu, 25 Sep 2025 09:51:46 -0400 Subject: [PATCH] I got to the scecond check point in Iteration labs --- square.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/square.py b/square.py index f1fb2a2..fd4c754 100644 --- a/square.py +++ b/square.py @@ -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()