From 973d12d731da3bea3b0dc7ce14c13143f134d048 Mon Sep 17 00:00:00 2001 From: jcaley Date: Thu, 25 Sep 2025 09:20:42 -0400 Subject: [PATCH] Checkpoint 2 --- shapes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/shapes.py b/shapes.py index b0167c7..b2b203b 100644 --- a/shapes.py +++ b/shapes.py @@ -21,4 +21,5 @@ def rectangle(height, width): forward(height) right(90) forward(width) + right(90)