NameError Traceback (most recent call last)
Cell In[1], line 13
10 unemployment_insurance = base_salary * unemployment_insurance_rate
12 # 总缴费金额
—> 13 total_personal_payment = personal_contribution + medical_insurance + unemployment_inspection
14 total_personal_payment
NameError: name ‘unemployment_inspection’ is not defined