Countdown

Create a Python program that counts down from 10 to 1 and then prints “Happy New Year!”. Avoid using the print statement multiple times.

Example

Output

10
9
8
7
6
5
4
3
2
1
Happy New Year!