AA[0,100]score<60 不及格60=<score<80 不及格80=<score<95 中等95=<score<=100 优秀” “ ”
t= input("请输入分数:")if t <60:print("不及格")elif t>=60andt<80:print("及格")略