NameError Traceback (most recent call last)
Cell In[1], line 13
10 yanglao_payment = base_salary * yanglao_ratio
12 # 总扣款金额
—> 13 total_payment = yiliao_payment + yangllodash
14 # 打印结果
15 total_payment
NameError: name ‘yangllodash’ is not defined