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]