NameError Traceback (most recent call last)
Cell In[1], line 15
12 total_subsidy = government_subsidy * years # 总补贴
14 # 计算月养老金
—> 15 monthly_pension = (total_payment + total_interest + total_subsidilde
16 ) / 139 + base_pension
17 monthly_pension
NameError: name ‘total_subsidilde’ is not defined