Thinkcspy Chapter 5 Lab: Plotting a Sine Wave
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…
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…
This lesson had a bunch of exercises in it, but I just picked a few that best showcased what I learned which was mostly about using for loops and the…
Problem 3 Many people keep time using a 24 hour clock (11 is 11am and 23 is 11pm, 0 is midnight). If it is currently 13 and you set your…