Thinkcspy Chapter 8: More About Python Iteration
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…
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…
The Landing Page is a project I did on the Odin Project to demonstrate the CSS Skills I learned by the point of the project. The purpose of the project…
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…
Plotting a Sine Wave Create and set up the turtle and the screen. Iterate the angle from 0 to 360. Generate the sine value for each angle. Move the turtle…
So this lesson only had 4 exercises (from what I could see, anyway), but for some reason they start at 16. At any rate, this lesson was about modules. math…
Project Recipes is the first official project from The Odin Project. My task is to create a basic HTML site to show off the following skills: basic HTML elements and…