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