filmov
tv
Leapyear check in Python using nested if & logical operators.

Показать описание
This program checks whether a given year is a leap year or not, by using
1) nested if - else
2) logical operators 'and' & 'or'.
1) nested if - else
2) logical operators 'and' & 'or'.