Commit Graph

2 Commits

Author SHA1 Message Date
juddin2
19f0bb5fc3 I deleted the pass and wrote the range code based on the instructions.
One thing I found interesting about ranges is that I can control where to start and stop and how many stride it can take.
I also found it interesting that if you write a range(0,5), it doesn't stop at 5 but before 5. For now, Im not unsure about anything related to range.
2025-09-14 15:56:03 -04:00
966b5639b5 Initial commit 2025-08-31 20:52:41 +00:00