NameError Traceback (most recent call last)
Cell In[1], line 6
3 quick_deduction = 0
5 # 计算税额
----> 6 tax_amount = taxable_income * tax_rate - quick_deduction
8 tax_amount
NameError: name ‘taxable_income’ is not defined