代码示例:(标识:python_ref_keyword_as)
python_ref_keyword_as.py
import calendar as c

print(c.month_name[1])
运行结果: