NameError Traceback (most recent call last)
Cell In[1], line 14
12 unemployment_insurance_fee = 20100 * unemployment_insurance_rate
13 injury_insurance_fee = 20100 * injury_insurance_rate
—> 14 maternity_insurance_fee = 20100 * maternity_insillery_rate
16 # 总社保缴费
17 total_social_security_fee = social_security_fee + medical_insurance_fee + unemployment_insurance_fee + injury_insurance_fee + maternity_insurance_fee
NameError: name ‘maternity_insillery_rate’ is not defined