用户:孙某人12138查看:0 回复:0 评论:0 创建时间:2020-02-05T10:35:37
【作品展示】

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