Question: Create a Python program that does the following o Prompts the user for the size of a pyramid to draw o Verifies that the input

Create a Python program that does the following o Prompts the user for the size of a pyramid to draw o Verifies that the input is in range and does not allow the program to continue until the program entered is valid O Creates a pyramid by drawing lines one on top of another to create a pyramid of the requested height o Prompts the user to continue Enter your name, the lab number, and the current date into a set of comments at the top of the code. Upload the program source code to the class web site Sample Output: Enter in the number of lines in the pyramid (1 - 10): 12 Incorrect value entered Enter in the number of lines in the pyramid (1 - 10) 6 Do you wish to draw another pyramid (y or n)? y Enter in the number of lines in the pyramid ( 10): 51 Do you wish to draw another pyramid (y or nyn Python Turtle Graphics
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
