NameError Traceback (most recent call last)
Cell In[1], line 26
23 income_tax = taxable_income * tax_rate - quick_deduction
25 # 计算税后收入
—> 26 after_tax_income = base_salary - social_insurance_deductio
NameError: name ‘social_insurance_deductio’ is not defined