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