NameError Traceback (most recent call last)
Cell In[1], line 6
3 quick_deduction = 31920
5 # 计算个税
----> 6 personal_income_tax = taxable_income * tax_rate - quick_deduction
8 # 总扣税金额 = 社保缴费 + 个税
9 total_deduction = social_security_total + personal_income_tax
NameError: name ‘taxable_income’ is not defined