NameError Traceback (most recent call last)
Cell In[1], line 13
11 medical_insurance = base_salary * medical_insurance_rate
12 unemployment_insurance = base_salary * unemployment_insurance_rate
—> 13 endowment_insurance = base_salary * endowment保险_rate
15 # 总扣费
16 total_deduction = medical_insurance + unemployment_insurance + endowment_insurance
NameError: name ‘endowment保险_rate’ is not defined