In this project, you practice loop and defining custom functions. Draw the following shape with a for loop. Define a function draw_square(x,y,s), which draws a square centered at (x,y) and
In a previous project, you drew 60 titled circles (Turtle’s heading directions are different). Now add rainbow color to it with colorsys library. You may also need to define your own