From 2dc6dd0ab550416f0946325d6f909b7c9482a34c Mon Sep 17 00:00:00 2001 From: Chris Proctor Date: Wed, 19 Jul 2023 15:03:47 -0400 Subject: [PATCH] add input at the end --- square.py | 1 + 1 file changed, 1 insertion(+) diff --git a/square.py b/square.py index c5f1cac..f1fb2a2 100644 --- a/square.py +++ b/square.py @@ -13,4 +13,5 @@ def square(side_length): sizes = [20, 40, 60, 80, 100] for size in sizes: square(size) +input()