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
In level 1 project: three tilted squares (https://pythonturtle.academy/three-tilted-squares/), you drew only three tilted squares. Now use a loop to draw 60 evenly spaced out squares.