NameError Traceback (most recent call last)
Cell In[1], line 25
23 else:
24 total_tax += (upper_limit - limit) * rate - deduction
—> 25 taxable_income -= (upper_width - limit)
27 # 计算每月扣税金额
28 monthly_tax = total_tax / 12
NameError: name ‘upper_width’ is not defined