NameError Traceback (most recent call last)
Cell In[1], line 8
5 计发月数 = 139 # 假设计发月数为139个月
7 # 计算基础养老金
----> 8 基础养老金 = (社平工资 + 缴费基数) / 2 * 缴费年限 * 1
9 基础养老金 = (8000 + 9100) / 2 * 30 * 1
11 # 计算个人账户养老金
NameError: name ‘缴费基数’ is not defined