Posts

Showing posts from June, 2023

Assignment 6

Image
 I couldn't get number one to print no matter what I tried, so I just skipped it and posted the code it kept running indefinitely, so I gave up, which is interesting since this is the first time something came up where I could flat out not figure it out. But other than number one, everything else works really easily, so there are no problems there. GitHub

Week 5

Image
 Hello, This week was a little confusing because I kept getting errors that I didn't know how to fix I also didn't know what I was supposed to get. But I got the main parts of the code down the only problem that I have are figuring out a way to shift the rectangle(I think I might have fixed this ill include both sets of code. But other than figuring out how to move things, this was pretty simple, though seemed a bit overly complicated for what it ended up being. Code and output below:

Week 4

Image
Hello, This week im a bit shorter on time but the only things that tripped me up this week was the formating of for loops other than that I had a pretty easy time figuring things out  

Week 3

Image
     This week was pretty easy once I learned how to add inputs, it was just a bit tedious. Also, I figured for the way that I set up the calculator, I need to parse my variable I am not sure if this is standard for what I was doing, but it is of note everything else was quite straightforward, but nice to learn in python I think this was a good way to introduce a lot of coding topics. Also, learning about  tuples  was interesting in seeing if we do something with them later. I also didn't make these functions,s but It would be really easy to I just think it was cleaner to not as it would have been a lot of extra coding for not that much more results. Though I put the structure for a function in my code Note: On question 3 C, and M came up as errors, so they are commented out.