初初初学者恳求大大佬讲解这问题怎么解决
>>> # month.pymonths=" JanFebMarAprMayJunJulAugSep0ctNovDec"
n= input("请输入月份数(1-12):")
pos=(int(n)-1) * 3
monthAbbrev-months [pos :pos+3]
print("月份简写是 "+monthAbbrev+". ")
SyntaxError: multiple statements found while compiling a single statement