各位大佬,能帮忙看下是什么问题吗? 改了很多次,一直提示第173行和44行出错,还有个性别问题也老是出错
total = int('sex') + int(age) + int(phone) + int(math) + int(chinese) + int(english)
改成
total = int(math) + int(chinese) + int(english)
sex,age, phone 不是成绩不要统计在total中