NameError Traceback (most recent call last)
Cell In[1], line 13
10 yanglao_payment = social_security_base * yanglao_rate
12 # 总缴费金额
—> 13 total_payment = yiliao_payment + yangliao_payment
15 total_payment
NameError: name ‘yangliao_payment’ is not defined