NameError Traceback (most recent call last)
Cell In[1], line 26
23 personal_tax = max(taxable_income, 0) * personal_tax_rate
25 # 计算税后工资
—> 26 net_salary = base_salary - total_social保险 - personal_tax
28 total_social_insurance, personal_tax, net_salary
NameError: name ‘total_social保险’ is not defined