Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update sol1.py
  • Loading branch information
cclauss authored Apr 25, 2019
commit 0e0f8fb871ec64f7c2848f192481324f7a9afbcb
2 changes: 1 addition & 1 deletion project_euler/problem_19/sol1.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
year += 1
month = 1

if year < 2001 and day is 1:
if year < 2001 and day == 1:
sundays += 1

print(sundays)