Skip to content

Comments

Solution for lists#1

Open
artsokolov wants to merge 1 commit intokrepysh:masterfrom
artsokolov:master
Open

Solution for lists#1
artsokolov wants to merge 1 commit intokrepysh:masterfrom
artsokolov:master

Conversation

@artsokolov
Copy link

No description provided.


def is_leap(year):
return True
leap_year = [year for year in range(2000, 2101) if (year % 4 == 0 and year % 100) or year % 400 == 0]
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nicely done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants