add input at the end

This commit is contained in:
Chris Proctor 2023-07-19 15:03:47 -04:00
parent 0172850749
commit 2dc6dd0ab5
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ def square(side_length):
sizes = [20, 40, 60, 80, 100]
for size in sizes:
square(size)
input()