Python中字典的键可以是字符串,元组,数字,但是不能是列表

import calendar
c=calendar.month(2016,1)
print(c)