Go to file
grace-xing6 ff4218a8ce change other functions code
2 it's very similar to math concept of range, it's actually very useful to find particular numbers among a range of numbers,
but you have to figure out how to find that number. For odd number, I initially used minus one, then figure out that it should be plus one on the basis of even numbers identified among the range.
It's not about range but I wonder if we could provide a list of numbers and identify numbers that meet requirement among them.
2024-09-08 21:36:02 -04:00
.commit_template Initial commit 2024-08-29 18:09:31 +00:00
drawtiles.py Initial commit 2024-08-29 18:09:31 +00:00
poetry.lock Initial commit 2024-08-29 18:09:31 +00:00
pyproject.toml Initial commit 2024-08-29 18:09:31 +00:00
ranges.py change other functions code 2024-09-08 21:36:02 -04:00
square.py simplify squre 2024-09-08 21:23:27 -04:00
tile.py Initial commit 2024-08-29 18:09:31 +00:00
tile_grid.py Initial commit 2024-08-29 18:09:31 +00:00