用户:
志远高大查看:0 回复:1 评论:0 创建时间:2020-01-22T20:34:41
【作品展示】

【作品介绍】
很烂
【作品源代码】
Input_1 = int(input("请输入你的语文成绩:"))
Input_2 = int(input("请输入你的数学成绩:"))
Input_3 = int(input("请输入你的英语成绩:"))
Input_4 = int(input("请输入你的体育成绩:"))
if Input_1>90 and Input_2>90 and Input_3>90 and Input_4>90:
print("恭喜你成为三好学生")
elif Input_1<60 or Input_2<60 or Input_3<60 or Input_4<60:
print("别灰心,下次努力")
else:
print("再接再厉,争取成为三好学生。")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn