python_datetime_strftime.py:
x
 
import datetime
x = datetime.datetime(2019, 10, 1)
print(x.strftime("%B"))