L 30: Python Program to Print Half Pyramid Using Numbers | Printing Patterns in Python

preview_player
Показать описание
In this video, i have discussed python program to print half pyramid using numbers
#python #patterns #parnikatutorials

Program:
row = int(input("Enter number of rows: "))
for i in range(row):
for j in range(i+1):
print("j+1", end="")
print("")

Social media Links:
To get the regular updates:

Playlists:
Рекомендации по теме