图1
图2
a=int(input("请输入分数: "))
if a>=85:
print("优秀")
else:
if a>=60 and a<85:
print("良好")
print("继续努力")
print("待优")
print("你需要加把劲了")