Python Program to Check Leap Year | Python Programming

preview_player
Показать описание
Python Program to Check Leap Year | Python Programming
In this program, you will learn to check whether a year is leap year or not.
A leap year is exactly divisible by 4 except for century years (years ending with 00). The century year is a leap year only if it is perfectly divisible by 400.
Рекомендации по теме