浙江湖州社保基数20300每个月扣多少
时间:2025-04-27 云南九洲医院
NameError Traceback (most recent call last)
Cell In[1], line 16
14 unemployment_insurance = social_security_base * unemployment_insurance_rate
15 injury_insurance = social_security_base * injury_insurance_rate
—> 16 maternity_insurance = social_security_base * maternity_insature
18 # 总计个人每月社保缴费金额
19 total_personal_payment = medical_insurance + endowment_insurance + unemployment_insurance + injury_insurance + maternity_insurance
NameError: name ‘maternity_insature’ is not defined



