NameError Traceback (most recent call last)
Cell In[1], line 19
16 endowment_insurance = base_salary * endowment_insurance_rate
18 # 总缴费金额
—> 19 total_insurance = medical_insurance + unemployment_insurance + injury_insurance + maternity_insurance + endowment_inseshire
20 total_insurance
NameError: name ‘endowment_inseshire’ is not defined