This is my calendar code in Python and I have saved it to my folder as calendar.py.
calendar.py
import calendar a = calendar.month(2016, 3) print (a) print
Do not name the file as calendar.py and there should be no calendar.py file on the same path