Question: in python Problem 2. Star Polygons (5 points) Write a program named stars.py that has two functions for generating star polygons. One function should be

in pythonin python Problem 2. Star Polygons (5 points) Write a program named

Problem 2. Star Polygons (5 points) Write a program named stars.py that has two functions for generating star polygons. One function should be implemented using an iteration (a for loop), and another function should be a recursion. It is optional to fill in your shapes. The functions for generating stars should be named star (size, n,d=2 ) and star_recursive (size, n, level, d=2 ), where size is the size of the polygon side equal to n. You can read about star polygons here: Star polygon - Wikipedia. You can test your code with the following driver code. NOTE: In your functions, you need to use a variable t that refers to the turtle object instantiated in the main program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!