Computer Science, asked by Rajeshwari31, 5 months ago

write a program in python to print the pattern.
please do give the whole program code.
Irrelevant answers will be reported.​

Attachments:

Answers

Answered by itzyuvakarthik
1

Answer:

print(1)

print(21)

print(321)

print(4321)

print(54321)

Similar questions