Question: Use Python Define a function pyramid(row_size) that takes an integer as input and create a pyramid by printing respected number of stars in each line.
Use Python
Define a function pyramid(row_size) that takes an integer as input and create a pyramid by printing respected number of stars in each line.
>>> pyramid(5) * * * * * * * * * * * * * * * *
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
