NameError Traceback (most recent call last)
Cell In[1], line 26
23 total_housing_fund = base_salary * housing_fund_rate
25 # 总扣款金额
—> 26 total_deduction = total_social_security + total_housing_fild
28 total_deduction
NameError: name ‘total_housing_fild’ is not defined