I'm typing this code :
import calendar
cal = calendar.month(2014, 7)
print(cal)
I don't know whats the problem is or where i got spelling mistakes. It just keeps giving me this error:
AttributeError: 'module' object has no attribute 'month'
I'm typing this code :
import calendar
cal = calendar.month(2014, 7)
print(cal)
I don't know whats the problem is or where i got spelling mistakes. It just keeps giving me this error:
AttributeError: 'module' object has no attribute 'month'