Challenge 3: Pyramid Printing By Using For Loop
In this exercise, you have to print half a pyramid for a given number of rows.
Problem Statement #
Write code which prints half a pyramid of the alphabet a.
- The code takes an integer variable
rows
In this exercise, you have to print half a pyramid for a given number of rows.
Write code which prints half a pyramid of the alphabet a.
rows