Exercise 2: Pyramid Printing by Using a For Loop
Print half a pyramid for a given number of rows.
We'll cover the following...
Problem statement
Write the code that prints half a pyramid of the alphabet a
...
Print half a pyramid for a given number of rows.
Write the code that prints half a pyramid of the alphabet a
...