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)