NameError Traceback (most recent call last)
Cell In[1], line 6
3 quick_deduction = 0
5 # 更新税率表计算逻辑
----> 6 if taxable_income <= 36000:
7 tax_rate = 0.03
8 quick_deduction = 0
NameError: name ‘taxable_income’ is not defined