Dec-16-2020, 12:01 PM
I want to write a program that gives the following outputs with the Python while loop.
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
I can't find a way how to do it.
1 2 3 4 5
1 2 3 4
1 2 3
1 2
1
I can't find a way how to do it.