Closed ghulamhussainkhuhro closed 1 month ago
This pull request adds a Python function is_leap_year to the python folder, which checks whether a given year is a leap year. -
is_leap_year
python
leap_year.py
This pull request adds a Python function
is_leap_year
to thepython
folder, which checks whether a given year is a leap year. -leap_year.py
.is_leap_year
function with example usage for user input and output.