猫史档案馆


【Python作品分享】小游戏4(2)【作品秀】

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


【作品展示】

center_image

 

【作品介绍】

很烂

 

【作品源代码】

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


回复

上一页1 页 / 共 1下一页
**************

成绩没有限定范围

多加努力哦

点赞0


评论