NameError Traceback (most recent call last)
Cell In[1], line 15
12 shiye_deduction = base_salary * shiye_rate
14 # 总扣款金额
—> 15 total_deduction = yiliao_deduction + yangliao_deduction + shiye_deduction
16 total_deduction
NameError: name ‘yangliao_deduction’ is not defined