import calendar import datetime today = datetime.date.today() year = today.year print(year) print(list(calendar.month_name[1:]))