Question: Write a python program with the following components: Use your closed shape from the discussions. Modify your program to draw at least four of the
Write a python program with the following components:
Use your closed shape from the discussions. Modify your program to draw at least four of the same shape. Each shape must be visible, so you have to turn or move the turtle after you finish drawing each shape. For example, if you draw the same square four times in exactly the same place, there is no way to tell you drew four different squares.
Use at least one for loop in your program. You may use more if you like, and I encourage you to but only one is required.
Write appropriate comments right before your shape, and anywhere else you think is appropriate.
Write a header comment with your name, date, and brief description of the program.
If you use a value more than once, like alex.forward then be sure to assign a value to the variable and then use the variable instead
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
