...

/

Challenge: Print Pattern using Nested Loops

Challenge: Print Pattern using Nested Loops

Can we print the half pyramid pattern using nested loops?

Problem statement

Use nested loops to print the half pyramid pattern in Python and Powershell. ...