monorepo/day-inator
2024-07-12 09:25:40 +08:00
..
day_inator.py [day-inator] added script 2024-07-12 09:25:40 +08:00
README.md [day-inator] added script 2024-07-12 09:25:40 +08:00

day-inator

Script to practice the Doomsday algorithm. You are provided a random date, and are asked to determine its weekday.

See the script source code for more information.

Example usage:

$ python day_inator.py

Day-Inator 2000
---------------

Use 1-7 for Mon-Sun. See script docstring for more information.

2037-11-18
Guess: 3
Correct.
Took 22 seconds with 1 try.