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)