Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BuglessCoder authored Nov 27, 2016
1 parent a9c51e5 commit aa241a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 365or366.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
year='2012'
if (int(year)%4==0 and int(year)%100!=0) or int(year)%400==0:
print(366)
else:print(365)

0 comments on commit aa241a9

Please sign in to comment.