Question: This is a python question. RECOMMENDED EXERCISES 1. Write a function called circle() that takes as input a Turtle and a float indicating the radius.
RECOMMENDED EXERCISES 1. Write a function called circle() that takes as input a Turtle and a float indicating the radius. The function should draw a circle of the specified radius by calling the function polygon () with the appropriate length and number of sides n. Hint: make sure that length * n is equal to the circumference of the circle
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
