The goal of the exercise in CMU CS Academy is to create a program where a star appears at the exact location where the user clicks their mouse. Solution Code
In the CMU CS Academy curriculum, focuses on Data . Specifically, Section 6.3 covers Data Visualization , and Exercise 6.3.5 is typically a creative or analytical task where students use Python to generate graphs from datasets.
: Focuses on moving a "boat" object and bouncing a "ball" off the canvas edges. : Uses custom properties like to update position and reverses them (e.g., ball.dx *= -1 ) when the ball hits a boundary. DVD Screensaver