Go to file
Chris Mekelburg bf2b3fde84 ck 2 updated range.py
I found it interesting that the range function can be used to avoid the
need for a long list in python. I also found it interesting that the
range does not use the last item (the maximum), so I added maximum+1 in
a couple of spots to make the output read more accurately. I was
surprised that it worked that easily, but am also wondering if there is
a way to use a range as inclusive of both the start and end value.
Another thing I am curious about is how to use ranges for a purpose
besides generating a list of numbers.
2024-09-07 21:23:49 -04:00
.commit_template Initial commit 2024-08-27 23:08:17 +00:00
drawtiles.py Initial commit 2024-08-27 23:08:17 +00:00
poetry.lock Initial commit 2024-08-27 23:08:17 +00:00
pyproject.toml Initial commit 2024-08-27 23:08:17 +00:00
ranges.py ck 2 updated range.py 2024-09-07 21:23:49 -04:00
square.py changed square.py to use list iteration, ck #1 2024-09-07 20:40:47 -04:00
tile.py Initial commit 2024-08-27 23:08:17 +00:00
tile_grid.py Initial commit 2024-08-27 23:08:17 +00:00