From 5b87a77263f3a686b73a1353ab5bd874aceac1e8 Mon Sep 17 00:00:00 2001 From: youbot Date: Tue, 17 Sep 2019 20:25:45 +0200 Subject: [PATCH] fix: change doomday to 3 --- src/doomsday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doomsday.py b/src/doomsday.py index 47fedc5..b91f533 100644 --- a/src/doomsday.py +++ b/src/doomsday.py @@ -2,7 +2,7 @@ month = input("Give the number or the month : ") day = input("Give the number of the day : ") -doomsday = 0 +doomsday = 3 doomsday_month = [0, 31, 28, 7, 4, 9, 6, 11, 8, 5, 10, 7, 12]