NameError Traceback (most recent call last)
Cell In[1], line 8
6 # 计算个人缴费金额
7 medical_insurance_fee = base_salary * medical_insurance_rate
----> 8 endowment_insurance_fee = base_salary * endowment_insfty_insurance_rate
10 # 总缴费金额
11 total_fee = medical_insurance_fee + endowment_insurance_fee
NameError: name ‘endowment_insfty_insurance_rate’ is not defined