NameError Traceback (most recent call last)
Cell In[1], line 33
30 income_tax = taxable_income * 0.2 - 1410
32 # 计算税后工资
—> 33 after_tax_salary = base_salary - total_social保险 - income_tax
35 after_tax_salary
NameError: name ‘total_social保险’ is not defined