Question: You will start this program by asking the user how many rows they want in their pyrmaid: The program will then ask you to enter
You will start this program by asking the user how many rows they want in their pyrmaid:
The program will then ask you to enter which color you want to color each row. Store these colors in a list.
You will then build your pyramid as follows

Your pyramid will be centered in the screen
The size of your triangles will be larger if their are fewer and smaller if their are more:
e.g. a size of 10:

To build the pyramid you will loop through the rows, and
have a nested loop for the columns, and inside
have a loop for the triangle.
X Pyramid Enter Height: 5 OK Cancel Python Turtle Graphics Python Turtle Graphics
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
