NameError Traceback (most recent call last)
Cell In[1], line 10
8 # 计算个人缴费金额
9 yiliao_payment = base_salary * yiliao_rate
—> 10 shiyebao_payment = base_salary * shiyebao_payment
12 # 总缴费金额
13 total_payment = yiliao_payment + shiyebao_payment
NameError: name ‘shiyebao_payment’ is not defined