NameError Traceback (most recent call last)
Cell In[1], line 15
12 yanglao = base_salary * yanglao_rate
14 # 总缴费金额
—> 15 total_personal_payment = yiliao + shiyebao + yangliao
16 total_personal_payment
NameError: name ‘yangliao’ is not defined