Question: using loop while ? Write a Python script named counting-down.py which reads a positive integer n from standard input and outputs all of the numbers
Write a Python script named counting-down.py which reads a positive integer n from standard input and outputs all of the numbers from n to 1 (inclusive), one per line. Example standard input Example standard output Tip 40is441is342is2..andsoon
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
