Computer Science, asked by beingaryanpandita, 9 months ago

Write a program in python to display pattern of numbers.

Answers

Answered by yashnandnimahi56
1

Answer:

Accept the number of rows from a user using input() function or decide the size of a pattern. Next, the inner loop or nested for loop to handle the number of columns. Inner loop iteration depends on the values of the outer loop. Print start, number, asterisk, Pyramid, and diamond pattern using the print.

Answered by newsingh409
0

Answer:

this is your answer.

Explanation:

hope it help you.

Attachments:
Similar questions