/leap-year-check

Python script to determine if a user supplied year is a leap year. Logic accepts a numerical input and uses mathematical calculations and nested conditionals to determine if the year is a leap year.

Primary LanguagePython

leap-year-check