0
336views
Write a Python Program to Create No Pyramid Pattern (Value same as row no+1)
1 Answer
0
2views

Explanation:-

The value to be printed is same as the row no +1

So the value to printed would be i +1 as i +1 represents row as row starts from 0

Step 1:- Take input for no of row

Step 2:- Start 1st for loop to iterate n+1 no …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.