NameError Traceback (most recent call last)
Cell In[1], line 13
10 unemployment_insurance = base_salary * unemployment_ratio
12 # 总费用
—> 13 total_personal_payment = personal_insurance + medical_insurance + unemployment_insification
14 total_personal_payment
NameError: name ‘unemployment_insification’ is not defined