4 Commits

Author SHA1 Message Date
juddin2
32279f4fb8 I deleted you explanation and wrote what i belive the function does.
When I write my own program, I will use a docstrings because if I come back to the program later on, it will help me remeber what the specific code if for.
2025-09-14 16:22:26 -04:00
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
juddin2
bcb73d5dc7 I used for loop to loop the square 4 times instead of just writing it 4 times.
It wasnt't that difficult. I took CSE 115 over the summer where we learned python.I just used the note for the class to refreash my knowledge of loop.
2025-09-14 15:39:39 -04:00
966b5639b5 Initial commit 2025-08-31 20:52:41 +00:00