Question: use python, please Programming Exercise 3 This program: for i in range (4): print (** Prints : **) ************* ************* ************* ***** ****** Write a

use python, pleaseuse python, please Programming Exercise 3 This program: for i in range

Programming Exercise 3 This program: for i in range (4): print ("** Prints : **") ************* ************* ************* ***** ****** Write a program that asks a user for a positive integer and a character. And then draws half pyramid with the given number of rows using that character. For example, if the user enters 3 and $, your program should draw (that is, print): $ $$ $$$ ### # ## ### ## Bonus exercise: For a challenge, draw a real pyramid like the one to the right that should be displayed if the user entered 10 and # 18

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!