i understand all the ranges
chances are i wont need people reading my program but if they do ill be there guideing them
This commit is contained in:
chuttenmaier
2025-09-24 09:31:27 -04:00
parent cb57983162
commit 01378deaa5
3 changed files with 13 additions and 5 deletions

View File

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