0
1 2 3 4 5
kindly write code for this using while loop
3 Antworten
+ 2
n = 1
s = 20
while n <=5 :
print (" "*s ,n)
n +=1
s -=4
u can change the value of s to make the space larger or smaller as u want
0
thanks dear
0
1
22
333
4444
55555
by using while loop