Read a year. Print 'Leap' if it is a leap year, 'Not Leap' otherwise.
Write a complete program: read the input with input() and print the result with print().
input()
print()
Input
2024
Output
Leap