NameError Traceback (most recent call last)
Cell In[1], line 9
7 # 计算社保和公积金月缴存额
8 social_security_payment = social_security_base * social_security_rate
----> 9 housing_fund_payment = housing_fund_base * housing_fifund_rate
11 social_security_payment, housing_fund_payment
NameError: name ‘housing_fifund_rate’ is not defined