Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Leap Year code in Python

This folder contains leap year code snippets for Python.

Using Python libraries

For an example of determining leap year using standard Python libraries, see leap-year.py:

python3 leap-year.py

Without using Python libraries

For an example of determining leap year without using libraries, see leap-year-no-libraries.py:

python3 leap-year-no-libraries.py