NameError Traceback (most recent call last)
Cell In[1], line 35
32 tax_rate = 0.45
34 # 计算个税
—> 35 personal_income_tax = taxable_income * tax_rate - 速算扣除数
37 # 计算总扣税金额
38 total_deduction = social_security_total + personal_income_tax
NameError: name ‘速算扣除数’ is not defined