exercism.org/python/leap/leap.py

3 lines
30 B
Python
Raw Normal View History

2024-03-25 10:14:17 +01:00
def leap_year(year):
pass