NameError Traceback (most recent call last)
Cell In[1], line 14
12 endowment_insurance_company_payment = base_salary * endowment_insurance_company_rate
13 unemployment_insurance_company_payment = base_salary * unemployment_insurance_company_rate
—> 14 injury_insurance_company_payment = base_salary * injury_insurance_company_payment
16 # 总金额
17 total_company_payment = medical_insurance_company_payment + endowment_insurance_company_payment + unemployment_insurance_company_payment + injury_insurance_company_payment
NameError: name ‘injury_insurance_company_payment’ is not defined