Question: in python please QUESTION 15 Taking advantage of the implementation of draw_polylinel) and the approach in draw_regular_polygon(), write a Python function def draw_starn, outer_r, inner_r,
in python please

QUESTION 15 Taking advantage of the implementation of draw_polylinel) and the approach in draw_regular_polygon(), write a Python function def draw_starn, outer_r, inner_r, center, canvas, start_angle=0) where n is the number of points, outer_r and inner_r are the radia for the coincentric circles around the center point of the star that determines how the tips are to be drawn. The canvas is the canvas object obtained from the ezgraphics module. The start angle determines how much the shape should be rotated with respect to the horiztonal. You can see a guided drawing that demonstrates how you should be computing the vertices of the star with 5 ( n-5 ) tips. In the figure below where n=5, the outer radius would be the radius of the blue circle, and the inner radius would be the radius of the green circle. Imagel 'images/png/star.png', width=300 ) NameError Traceback (most recent call last)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
