NameError Traceback (most recent call last)
Cell In[1], line 29
27 # 总缴费金额
28 total_company_payment = endowment_insurance_company + medical_insurance_company + unemployment_insurance_company + injury_insurance_company + maternity_insurance_company
—> 29 total_individual_payment = endowment_insurance_individual + medical_insurance_individual + unemployment_insberoof_insurance_individual
31 total_payment = total_company_payment + total_individual_payment
33 total_company_payment, total_individual_payment, total_payment
NameError: name ‘unemployment_insberoof_insurance_individual’ is not defined