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
Turtle unfortunately doesn’t provide function to draw an ellipse. An ellipse is a curve surrounding two focal points such that the sum of the distances to the two focal points