year.py (85B)
1 year = int(input("whats the year? ")) 2 3 if (year % 4) == 0: 4 print("its a leep year")