RosettaCodeData/Task/Leap-year/Python/leap-year-1.py
2023-07-01 13:44:08 -04:00

2 lines
38 B
Python

import calendar
calendar.isleap(year)