HTMLify
Home
Log in
Register
Dashboard
Frames
API
is_leap_year.py
Views: 151 | Author:
abh
def
is_leap_year
(
year
):
if
not
year
%
100
:
return
not
year
%
400
return
not
year
%
4
Share this file:
Copy
Short Link
View Raw
Download File
(101 B)
Embed Code
Clone
Comments
Comment