NameError Traceback (most recent call last)
Cell In[1], line 21
18 maternity_insurance_fee = base_salary * maternity_insurance_rate
20 # 总费用
—> 21 total_fee = medical_insurance_fee + endowment_insurance_fee + unemployment_insurance_fee + injury_insurance_fee + maternity_insancial_insurance_fee
23 total_fee
NameError: name ‘maternity_insancial_insurance_fee’ is not defined