Commit Graph

4 Commits

Author SHA1 Message Date
Lauren Dawnkaski ac1f95404b I completed checkpoint 3
I do think I will write doctrings because it will help me to easily remember what a line
of code means without having to dissect it. This will lead to easier implementation
of each code.
2024-09-20 13:04:25 -04:00
Lauren Dawnkaski 59a3a3b2d8 I got to checkpoint 2.
I really understand ranges maybe due to my math background.
One thing that I tried when doing the odd numbers was to input the stride as 2*number+1. My thought process was to originally include zero. Putting in an equation like this unfortunately does not work.
Then I thought about the definition of odd and realized that zero is not odd because it is divisible by 2.
2024-09-10 16:29:23 -04:00
Lauren Dawnkaski 0edd7574d2 I have reached checkpoint 1
It was a little difficult at first. The way I tackled it was I thought about what needed to be repeated. I came to the conclusion that the 'side' itself needed to be repeated.
2024-09-10 16:16:39 -04:00
ldawnkaski c9a270051b Initial commit 2024-08-27 20:34:49 +00:00