We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4c74c commit 5157c0dCopy full SHA for 5157c0d
other/doomsday.py
@@ -1,6 +1,5 @@
1
#!/bin/python3
2
-# For more information on the doomsday algorithm
3
-# please see: https://en.wikipedia.org/wiki/Doomsday_rule
+# Doomsday algorithm info: https://en.wikipedia.org/wiki/Doomsday_rule
4
5
_doomsday_leap = [4, 1, 7, 4, 2, 6, 4, 1, 5, 3, 7, 5]
6
_doomsday_not_leap = [3, 7, 7, 4, 2, 6, 4, 1, 5, 3, 7, 5]
0 commit comments