NameError Traceback (most recent call last)
Cell In[1], line 45
42 personal_income_tax = max(taxable_income, 0) * tax_rate
44 # 计算最终扣税金额(社保+个税)
—> 45 total_deduction = total_social_security_cost + personal_income税
47 total_deduction
NameError: name ‘personal_income税’ is not defined