Go to file
Chris Mekelburg 29b250ff83 changed square.py to use list iteration, ck #1
I thought the directions were very clear for the list iteration although
I did need to read through them several times, and tried to understand
what they were saying before opening the file. I then ran the original
code to see what it did, so I could compare my final product. As I
worked on the list iteration, I also kept the original code at top
commented out so I could refer to it, and did not delete it until I was
sure my iteration method worked. I was not totally sure if I could call
the list whatever I wanted to, but it seems like I could as long as one
of the names is singular and the other is plural. I feel like I have a
good grasp of iteration after this part.
2024-09-07 20:40:47 -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 Initial commit 2024-08-27 23:08:17 +00: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