Go to file
Lauren Dawnkaski 59a3a3b2d8 I got to checkpoint 2.
I really understand ranges maybe due to my math background.
One thing that I tried when doing the odd numbers was to input the stride as 2*number+1. My thought process was to originally include zero. Putting in an equation like this unfortunately does not work.
Then I thought about the definition of odd and realized that zero is not odd because it is divisible by 2.
2024-09-10 16:29:23 -04:00
.commit_template Initial commit 2024-08-27 20:34:49 +00:00
drawtiles.py Initial commit 2024-08-27 20:34:49 +00:00
poetry.lock Initial commit 2024-08-27 20:34:49 +00:00
pyproject.toml Initial commit 2024-08-27 20:34:49 +00:00
ranges.py I got to checkpoint 2. 2024-09-10 16:29:23 -04:00
square.py I got to checkpoint 2. 2024-09-10 16:29:23 -04:00
tile.py Initial commit 2024-08-27 20:34:49 +00:00
tile_grid.py Initial commit 2024-08-27 20:34:49 +00:00