NameError Traceback (most recent call last)
Cell In[1], line 44
42 if taxable_income <= income_limit:
43 tax_rate = rate
—> 44 quick_deduction_amount = quick_deductio
45 # 使用速算扣除数计算个人所得税
46 personal_income_tax = taxable_income * tax_rate - quick_deduction_amount
NameError: name ‘quick_deductio’ is not defined