Go to file
Pat Wick e8b85fd9a2 Fixed the start point and stride on prints
If we wanted to print up to and including the maximum value, should it fall appropriately
into the range (maximum = 100, for example, we might want to print 0,2,4,...,96,98,100)
we could make the max value in the range() function "maximum + 1" to make the endpoint
sort of pseudo-inclusive of that new target value.

It's not so much an uncertainty about ranges, but I always seem to run into an indexing problem
when utilizing ranges in a loop to iterate through a string or list or some array. I know I'm
probably going to have the problem, I try to plan around it, I still end up with the problem, so I
at least know where the issue lies when I have the inevitable error message.
2023-07-28 10:52:58 -04:00
.commit_template Initial commit 2023-07-24 12:54:10 +00:00
drawtiles.py Initial commit 2023-07-24 12:54:10 +00:00
poetry.lock Fixed the start point and stride on prints 2023-07-28 10:52:58 -04:00
pyproject.toml Initial commit 2023-07-24 12:54:10 +00:00
ranges.py Fixed the start point and stride on prints 2023-07-28 10:52:58 -04:00
square.py resubmitting square.py 2023-07-24 08:55:04 -04:00
tile.py Initial commit 2023-07-24 12:54:10 +00:00
tile_grid.py Initial commit 2023-07-24 12:54:10 +00:00