Get Month Name from Month Number with Python 3 in Terminal on Mac - VicPhanDevOps/mac GitHub Wiki

• Press the command key and spacebar to launch Spotlight Search, type “terminal” and select the “Terminal” application.
image

• Type python3 and press the return key to get into the Python 3 shell.
image

• Type import calendar and press the return key to import the calendar module.
image

• Type calendar.month_name[< month number >] and press the return key to get the month name from the month number.
image

⚠️ **GitHub.com Fallback** ⚠️