exercism.org/python/leap/leap.py

3 lines
30 B
Python

def leap_year(year):
pass