Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 218 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 218 Bytes

Leap_Year_Check

This script accepts a year as user input and determines whether or not it is a leap year.

A leap year is a year that is divisible by 4, except for years that are divisible by 100 but not by 400.