NameError Traceback (most recent call last)
Cell In[1], line 21
18 shiye_person = base_salary * shiye_person_rate
20 # 总缴费金额
—> 21 total_payment = yiliao_unit + yiliao_person + yanglao_unit + yanglโlao_person + shiye_unit + shiye_person
23 total_payment
NameError: name ‘yanglโlao_person’ is not defined