NameError Traceback (most recent call last)
Cell In[1], line 6
3 quick_deduction = 210
5 # 计算应纳税额
----> 6 tax_amount = taxable_income * tax_rate - quick_deduction
8 # 计算税后收入
9 after_tax_income = 14400 - social_security_total - tax_amount
NameError: name ‘taxable_income’ is not defined