Commit Graph

5 Commits

Author SHA1 Message Date
louiscooper136 1859686cad test 2024-01-28 19:53:47 -05:00
Louis Cooper 2c8e3a2290 Checkpoint 3) I do write docstrings, I think that they are
extremely useful to talk about How the program functions, I like being detailed especially for myself to look back at.
2023-07-23 07:22:19 -04:00
Louis Cooper 81efee0766 Completed ranges.
Checkpoint #2: Ranges give you much more control over loops, its cool to think about them in this way.
I did have trouble understanding how to us inclusive iteration. I found out that using `maximum + 1` was the way to go,
which im guessing just does 1 more iteration of the stride, still unsure of that.
2023-07-22 20:45:27 -04:00
Louis Cooper f49301c109 Modified square.py to use a for loop in order to simplify the code block.
1) I think coming from for loops in JS makes python for loops
loops look a little weird sometime. But also utilizing list items as distances for Turtle is really cool, I didnt even think of that,
im wondering if you could do the same on JS. It just looks a little different and obviously there are different use cases.

2)
2023-07-22 20:18:40 -04:00
lcooper 473ae6fd08 Initial commit 2023-07-22 20:48:25 +00:00