Challenge: Print Pattern using Nested Loops
Can we print the half pyramid pattern using nested loops?
We'll cover the following...
Problem statement
Use nested loops to print the half pyramid pattern in Python and Powershell. ...