Computer Science, asked by smartboy4155, 8 months ago

Write a Python program to print the above pattern.




please no spam
its very urgent.​

Attachments:

Answers

Answered by apparaosurapu2847
1

Answer:

Outer loop tells us the number of rows used and the inner loop tells us the column used to print pattern. Accept the number of rows from a user using input() function or decide the size of a pattern. Iterate the number of rows using outer for loop and range() function.

Similar questions