Leap Year

Create a Python code that takes an integer `year` as input and returns `True` if the year is a leap year, and `False` otherwise. A leap year is divisible by 4 but not by 100, unless it is also divisible by 400.
2020
Total : 0 Discussion
Login