Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

USING PYTHON 3 ONLY** QUESTION 15 Taking advantage of the implementation of draw_polyline () and the approach in draw_regular polygon () write a Python function

image text in transcribed

image text in transcribed

USING PYTHON 3 ONLY**

QUESTION 15 Taking advantage of the implementation of draw_polyline () and the approach in draw_regular polygon () write a Python function def draw_star( n, 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 concentric 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 horztonal 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 In [9]: Image( 'images/star-example-8-300-150.png', width 400) Out [9]: a If you understood the lecture on drawing regular polygons from Chapter 06, this exercise will be rather straightforward to solve

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Processing

Authors: David J. Auer David M. Kroenke

13th Edition

ISBN: B01366W6DS, 978-0133058352

More Books

Students also viewed these Databases questions