Computer Science, asked by godhanukala, 2 months ago

Print in an increasing order. Reset the order once you reach 9 and then start from 1 again.
The function takes as parameter only 1 integer, n.
In python language
Example Input: 3
Example Output:
123
45
6
Example Input: 5
Example Output:
12345
6789
123
45
6​

Answers

Answered by kailashks4
1

Answer:

I think so this answer is 5

Similar questions