NameError Traceback (most recent call last)
Cell In[1], line 15
12 unemployment_insurance_payment = base_salary * unemployment_insurance_rate
14 # 总缴费金额
—> 15 total_payment = personal_insurance_payment + medical_insurance_payment + unemployment_insumber_insurance_payment
16 total_payment
NameError: name ‘unemployment_insumber_insurance_payment’ is not defined