demo_ref_keyword_as.py:
import calendar as c print(c.month_name[1])
➜ begtut>python demo_keyword_as.py
January