4 Commits

Author SHA1 Message Date
njmason2
59b8557101 tile.py tile_grid.py drawtiles.py
Yes, I'll use docstrings because I can type more comments between """ and """.
I'll still use # to the right of code to comment on the code line.
2025-09-12 10:48:16 -04:00
njmason2
22a88592cc ranges.py
I feel at home on the range!

Let's say I coded: x in range(0, 100, -5), what kind of error message,
if any, would this generate?
2025-09-11 16:47:57 -04:00
njmason2
79e763b9e7 square.py
I put documentation in my code, explaining each line.
I hadn't written code in 12 months, so I had to refresh my previous learning.
You have to think logically, unlike computers, which don't think at all!
For larger programs, draw a flowchart!
2025-09-07 16:05:04 -04:00
03ff9d72a0 Initial commit 2025-08-26 22:03:11 +00:00