From 2bbf6b4db62f5bcf5473e5cfe6b0617864a658d8 Mon Sep 17 00:00:00 2001 From: lfitchlee Date: Thu, 25 Sep 2025 09:19:44 -0400 Subject: [PATCH] finsished checkpoint 2 --- shapes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shapes.py b/shapes.py index d780b09..64db46e 100644 --- a/shapes.py +++ b/shapes.py @@ -20,3 +20,4 @@ def rectangle(height, width): forward(height) right(90) forward(width) + right(90)