Write a Python program to print the above pattern.
please no spam
its very urgent.
Attachments:
Answers
Answered by
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