Question: Use the turtle graphics library to write programs that reproduce each of the designs shown in the Figures below. Create the figures in separate windows.
Use the turtle graphics library to write programs that reproduce each of the designs shown in the Figures below. Create the figures in separate windows. Try to reproduce the figures as accurately as possible. Also, use named constants where appropriate for the coordinate positions and/or size of figures. Some of the commands you may need to use are turtle._____: .dot(), .goto(), .setup(), .penup(), .pendown(), .forward(), .pensize(), .begin_fill(), .end_fill(), .setheading(), .hideturtle(), .left(), turtle.right()
North-South axis goes from -100 to +100 pixels West-East axis goes from -100 to +100 pixels Radius of the outer circle is 40 pixels Radius of the inner circle is 20 pixels Match the label positions as shown
output should look like this

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
