mwashavin / Module-4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module-4

leap year function. It takes one argument (a year) and returns True if the year is a leap year, or False otherwise.

4.3.1.6 It test a function which takes two arguments (a year and a month) and returns the number of days for the given month/year pair (while only February is sensitive to the year value, your function should be universal).

About


Languages

Language:Python 100.0%