Go to file
Rebecca Hankey fcee80c21e Using the example as a model, I changed the range
function in each iteration to fit the prompt. The first two were similar with
different starting points. Then the final example had a change to the stride as well.

Ranges made a lot of sense to me. I think it might have to do with the
concrete nature of the function. I really liked the use of the stride
factor. It seems like something that would be helpful in a lot of differnt cases, but with minimal
changes to the function. In short I like the versitility.

One thing I am unsure about with ranges is if they are applicable in instances such as the dawing lab.
If they are countihng numbers, can they be used to create physical representations of things? Or
are they more usable in numerical senses?
2024-09-12 21:32:50 -04:00
.commit_template Initial commit 2024-08-29 12:32:19 +00:00
drawtiles.py Initial commit 2024-08-29 12:32:19 +00:00
poetry.lock Initial commit 2024-08-29 12:32:19 +00:00
pyproject.toml Initial commit 2024-08-29 12:32:19 +00:00
ranges.py Using the example as a model, I changed the range 2024-09-12 21:32:50 -04:00
square.py I changed the definition of square to simplify. 2024-09-11 22:27:33 -04:00
tile.py Initial commit 2024-08-29 12:32:19 +00:00
tile_grid.py Initial commit 2024-08-29 12:32:19 +00:00