upated comments about how tile drawing worked and

the tile funtion.  Need to update square and ranges.
This commit is contained in:
lfitchlee
2025-09-29 10:25:56 -04:00
parent 1b642f81ec
commit 7a5a3c566a
4 changed files with 19 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ def print_all_numbers(maximum):
print(number)
def print_even_numbers(maximum):
"Prints all even integers from 0 to maximum."
"Prints all even integers from 0 to maximum. Replace pass with your own for loop"
pass
def print_odd_numbers(maximum):