From 73654e68368efb471248f65bdf39a3273cd21d21 Mon Sep 17 00:00:00 2001 From: mbrown Date: Mon, 29 Sep 2025 09:22:11 -0400 Subject: [PATCH] done --- square.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/square.py b/square.py index f1fb2a2..2f675ff 100644 --- a/square.py +++ b/square.py @@ -12,6 +12,10 @@ def square(side_length): sizes = [20, 40, 60, 80, 100] for size in sizes: - square(size) + square(20) + penup() + forward(40) + pendown() + input()