Question: Create a program in Python that will draw a series of triangles. The program needs to ask the user for the number of triangles to
Create a program in Python that will draw a series of triangles. The program needs to ask the user for the number of triangles to draw and the size of the triangle.
The inputs for this program need to look like the following. After the colon there are no spaces.
Number:
Size:
Using these two inputs, your program will then draw a series of triangles in the size the user wishes.
For example if the user enters triangles with a size of the following will be the output:
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
