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 total_social_security = medical_insurance + unemployment_insurance + endowment_insurance
15 # 定义个税起征点和税率
NameError: name ‘endowment保险费率’ is not defined