Untitled
unknown
python
a year ago
121 B
5
Indexable
n=int(input("enter height : "))
for i in range(0,n+1):
print(" ")
for j in range(0,i):
print('*',end=' ')Editor is loading...
Leave a Comment
n=int(input("enter height : "))
for i in range(0,n+1):
print(" ")
for j in range(0,i):
print('*',end=' ')