Print the reverse (10 points)

Ask the user for a number, then print the number backward until it reaches 1. Repeat for each new line but reduce the number until you reach 1.
In python