From 69f17d4099e422f4142b982c2b155de014255f43 Mon Sep 17 00:00:00 2001 From: dpanarello2 Date: Thu, 2 Oct 2025 09:47:23 -0400 Subject: [PATCH] resubmit --- square.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/square.py b/square.py index c5f1cac..0743b92 100644 --- a/square.py +++ b/square.py @@ -10,7 +10,7 @@ def square(side_length): forward(side_length) right(90) -sizes = [20, 40, 60, 80, 100] +sizes = [20, 40, 60, 80, 100, 120] for size in sizes: square(size)