filmov
tv
L 30: Python Program to Print Half Pyramid Using Numbers | Printing Patterns in Python
![preview_player](https://i.ytimg.com/vi/67Vv5v_E7K8/maxresdefault.jpg)
Показать описание
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:
#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: