NameError Traceback (most recent call last)
Cell In[1], line 14
11 unemployment_fee = base_salary * 失业保险费率
13 # 总社保费用
—> 14 total_social_insurance = 养老保险费 + 医疗保险费 + 失业保险费
15 total_social_insurance
NameError: name ‘养老保险费’ is not defined