#注释:输入两门学科(满分100分)的成绩score1、score2; score1 = int(input("请输入score1的值:")) score2 = int(input("请输入score2的值:")) if score1>60 or score2>60: print("通过") else: print("加油")