Go to file
Louis Cooper f49301c109 Modified square.py to use a for loop in order to simplify the code block.
1) I think coming from for loops in JS makes python for loops
loops look a little weird sometime. But also utilizing list items as distances for Turtle is really cool, I didnt even think of that,
im wondering if you could do the same on JS. It just looks a little different and obviously there are different use cases.

2)
2023-07-22 20:18:40 -04:00
.commit_template Initial commit 2023-07-22 20:48:25 +00:00
drawtiles.py Initial commit 2023-07-22 20:48:25 +00:00
poetry.lock Initial commit 2023-07-22 20:48:25 +00:00
pyproject.toml Initial commit 2023-07-22 20:48:25 +00:00
ranges.py Initial commit 2023-07-22 20:48:25 +00:00
square.py Modified square.py to use a for loop in order to simplify the code block. 2023-07-22 20:18:40 -04:00
test_louis.py Modified square.py to use a for loop in order to simplify the code block. 2023-07-22 20:18:40 -04:00
tile.py Initial commit 2023-07-22 20:48:25 +00:00
tile_grid.py Initial commit 2023-07-22 20:48:25 +00:00