NameError Traceback (most recent call last)
Cell In[1], line 2
1 # 重新计算税率和速算扣除数
----> 2 if taxable_income <= 3000:
3 tax_rate_value = tax_rate[0]
4 quick_deduction_value = quick_deduction[0]
NameError: name ‘taxable_income’ is not defined