Computer Science, asked by watizitguy, 12 days ago

1. Write a program to print the following series till n terms.
2 , 22 , 222 , 2222 _ _ _ _ _ n terms
Can you tell me how to do in python, I searched but I either got C or java.

Answers

Answered by debasishmkp
2

Answer:

it can be: 22222

Explanation:

2, 22, 222, 2222, 22222

1 2 3 4 5

Similar questions