Python Program to Check Leap YearLeap Year: A year is called a leap year if it contains an additional day which makes the number of the days in that year is 366. This additional day is added in February which makes it 29 days long. A leap year occurred once every 4 years. How to determine if a year is a leap year? You should follow the following steps to determine whether a year is a leap year or not.
See this example: Output: ![]()
Next TopicPython Prime Number
|