NameError Traceback (most recent call last)
Cell In[1], line 17
15 personal_tax = taxable_income * personal_tax_rate - quick_deduction
16 else:
—> 17 personal_tax = taxable_income * personal_tax_rate - quick_deductio
19 # 计算税后收入
20 net_income = monthly_income - social_insurance_payment - personal_tax
NameError: name ‘quick_deductio’ is not defined