NameError Traceback (most recent call last)
Cell In[1], line 12
10 medical_insurance = social_security_base * medical_insurance_rate
11 unemployment_insurance = social_security_base * unemployment_insurance_rate
—> 12 endowment_insurance = social_security_base * endowment保险费率
13 injury_insurance = social_security_base * injury_insurance_rate
14 maternity_insurance = social_security_base * maternity_insurance_rate
NameError: name ‘endowment保险费率’ is not defined