用户:天之星铭查看:0 回复:0 评论:0 创建时间:2019-09-11T17:31:09
【作品展示】

【作品介绍】
本作品为即将高考的人制作,不喜勿喷。
【作品源代码】
print('程序可能会出现两种情况,择优录取,(会优化的)')
for i in range(1):
print('选择你的发展方向:1.理科 2.文科')
choose = int(input('请选择(输入数字):'))
if (choose == 1):
Input_1 = int(input('请输入你的语文成绩'))
Input_2 = int(input('请输入你的数学成绩'))
Input_3 = int(input('请输入你的英语成绩'))
Input_4 = int(input('请输入你的理综成绩'))
if (choose == 2):
Input_1 = int(input('请输入你的语文成绩'))
Input_2 = int(input('请输入你的数学成绩'))
Input_3 = int(input('请输入你的英语成绩'))
Input_4 = int(input('请输入你的文综成绩'))
if (Input_1 < 100 or Input_2 < 100 or Input_3 < 100 or Input_4 < 100):
print('很可惜,你没有考上大学。请复读(重新)')
if (Input_1 >= 100 and Input_2 >= 100 and Input_3 >= 100 and Input_4 >= 100):
print('(三本)西京学院')
if (Input_1 >= 100 and Input_2 >= 100 and Input_3 >= 100 and Input_4 >= 100):
print('(三本)同济学院')
if (Input_1 >= 120 and Input_2 >= 120 and Input_3 >= 120 and Input_4 >= 120):
print('(三本,校友会排名:288)宁夏医科学院')
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn