Commit Graph

4 Commits

Author SHA1 Message Date
jwberent
c50ef8c836 I changed the pattern of the tiles and added the docstring to the function.
Checkpoint 3:
- I will definitely use docstrings in the future.  I will use them because they are helpful in showing another person what each function does.  Also, when I am debugging my code it will be helpful if I know what each function is supposed to be doing.
2025-09-11 18:29:45 -04:00
jwberent
70b1c4b1c8 I changed the print_even_numbers, print_odd_numbers, and print_multiples_of_five functions and made them work. I used the range function to make them do what they are supposed to do.
Checkpoint 2:
- I think it is interesting that range does not take the last value.  For example, range(0,100) will return the numbers 0 to 99.
- I am unsure if ranges can be used with lists.  I am not sure if they can be used together.
2025-09-11 17:50:59 -04:00
jwberent
4b66b46496 I changed the square function to using a for-loop instead of having to write the turtle function multiple times.
Checkpoint 1:
- It wasn't that difficult for me because I have a little prior coding experience.  I tried multiple different things and realized I could make the numbers in the list the same as the parameter so each side of the square would be that number.
2025-09-11 17:35:56 -04:00
438af8230a Initial commit 2025-08-27 17:02:32 +00:00