Thinkcspy Chapter 11: Python Files
This lesson only had five problems, and thank goodness for that, because problem 4 really threw me for a loop. I've included all 5 here, because there are so few…
This lesson only had five problems, and thank goodness for that, because problem 4 really threw me for a loop. I've included all 5 here, because there are so few…
I'm not sure I'm starting to get a better handle on this stuff or if they were giving me a break this chapter, but this chapter was not as challenging…
This one was fun! I had no idea that manipulating strings could be as interesting as manipulating numbers or pixels. These exercises were certainly some of the more challenging ones…
Experimenting With the 3n+1 Sequence Instructions In this lab my job was to take the initial code, graph the iterations and find the max number of iterations from one of…
I won't lie, this lesson's exercises were challenging. Some of them I actually needed to look at the answers for help. Nearly all of them required some extra research. The…
Approximating the Value of Pi In this lab, our task was to simulate throwing darts at a 2x2 board, count how many landed in the circle out of the total…
Problem 4 Modify the turtle bar chart program from the previous chapter so that the bar for any value of 200 or more is filled with red, values between #…
Problem 1 Use the drawsquare function we wrote in this chapter in a program to draw the image shown below. Assume each side is 20 units. (Hint: notice that the…
I thought it'd be fun to showcase the flexbox exercises I had to do for the Odin Project on here. The goal was to take existing code in the exercises…