# 5/19 assignment The assignment is given in the class. Use for loop to print the Pyramid looks like: (User can input the height of the pyramid) ```text * ** *** **** ***** ****** ******* ```