NameError Traceback (most recent call last)
Cell In[1], line 22
20 tax = 0
21 else:
—> 22 tax = taxable_income * tax_rate - quick_dession
24 # 税后收入
25 after_tax_income = income - tax - social_insurance
NameError: name ‘quick_dession’ is not defined