4 Commits

Author SHA1 Message Date
mollychi
3a4839b08f I only changed the discription of the fuction
I dont think i will if its for my own use as its more work that i dont think i need to help me understand the code, but i might do it if its code im using to teach a course as it is very useful to people trying to understand what is going on.
2025-09-15 18:09:35 -04:00
mollychi
3bd928ca29 I added the for number in range to all the other functions, added a starting value to the 3 broken functions, and a skip counting value to all the broken functions.
Something i understood well was the idea that i needed to use the same "for number in range" prompt for all of the functions. Something I was unsure about was why my even numbers wouldnt work when i had (max, 2), but i realized the error of not having a strting value. Other than that theres not much i was unsure about as this is very similar to math.
2025-09-14 21:21:29 -04:00
mollychi
63bb343df9 I removed the extra forwards and rights, created a new temporarily assigned variable called sides and juts put numbers 1 through 4 in it as the numbers dont matter since i have assigned values for my forward and right already.
At first I was a little confused on if i had to edit the existing for loop and if so how, so i took a second to run the existing code to see that i dont need to change the existing for loop as that just makes the square run 4 times, i realized i need to make a new for loop inside of square. That was really my only struggle.
2025-09-14 21:06:45 -04:00
54396d1b52 Initial commit 2025-09-01 14:20:52 +00:00