/Module-4

Primary LanguagePython

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).