diff --git a/square.py b/square.py index f1fb2a2..fd4c754 100644 --- a/square.py +++ b/square.py @@ -12,6 +12,9 @@ def square(side_length): sizes = [20, 40, 60, 80, 100] for size in sizes: - square(size) + square(20) + penup() + forward(40) + pendown() input()