week-3 #4

Merged
Kenwood merged 7 commits from week-3 into master 2021-01-24 03:03:01 -05:00
Showing only changes of commit cb99c6af49 - Show all commits

View File

@@ -1,7 +1,7 @@
from datetime import datetime
import logging
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.ERROR)
input_month = input('Input a month to analyse: ')
input_day = int(input('Input a day of that month: '))