NameError Traceback (most recent call last)
Cell In[1], line 18
15 unemployment_insurance_payment = base_salary * unemployment_insurance_rate
17 # 总缴费金额
—> 18 total_payment = pension_insurance_payment + unemployment_insification_payment
20 pension_insurance_payment, unemployment_insurance_payment, total_payment
NameError: name ‘unemployment_insification_payment’ is not defined