4 Commits

Author SHA1 Message Date
tgaeta
e49852fe39 Edited doc for draw_tile_grid
- Yes! They are super helpful for when you look at your old code and
completely forget how it works.
2025-09-15 13:40:55 -04:00
tgaeta
9c6d56f9b3 Complete range functions.
-They are generated lazily! Very little memory overhead compared to lists.
-Do they work with floats?
2025-09-15 13:29:15 -04:00
tgaeta
19d67c8363 Rewrote square function using iteration.
- No, the wording of the lab was a little confusing because it says to use
list iteration but you don't actually need a list for it. Also, the function
still "calls" forward and right four times; we only wrote it once.
2025-09-15 13:21:18 -04:00
ab8de63b67 Initial commit 2025-09-03 02:43:36 +00:00