Computer Science, asked by utkarsh9572, 9 months ago

write a program to print following output in python
5
44
333
2222
11111​

Answers

Answered by Pratish111
2

Answer:

a = [5, 44, 333, 2222, 11111]

for b in a:

print(b)

Answered by genious0khyati000
0

Answer:

the above answer is absolutely correct, you will get help from it.....

Similar questions