Cycloid is curve formed by tracing a point on a circle while is rolling along a straight line. Animate the drawing process of cycloid. You can set the tracking point
In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_circle(x,y,r), which draws a circle centered at (x,y) and