NameError Traceback (most recent call last)
Cell In[1], line 15
13 unemployment_insurance_fee = social_security_base * unemployment_insurance_rate
14 employment_injury_insurance_fee = social_security_base * employment_injury_insurance_rate
—> 15 maternity_insurance_fee = social_security_base * maternity_insurance_fee
16 endowment_insurance_fee = social_security_base * endowment_insurance_rate
18 # 计算总缴费金额
NameError: name ‘maternity_insurance_fee’ is not defined