5
32
1396
金牌会员
chinese = input('请输入语文分数') math = input('请输入数学分数') english = input('请输入英语分数') chinese = int(chinese) math = int(math) english = int(english) total = ((chinese + math) + english) if (total >= 270): print('优') elif (total >= 240): print('良') elif (total >= 180): print('要加油哦') else: print('无可救药')
使用道具 举报
本版积分规则 发表回复 回帖后跳转到最后一页
小黑屋|东台市机器人学会 ( 苏ICP备2021035350号-1;苏ICP备2021035350号-2;苏ICP备2021035350号-3 )
GMT+8, 2024-11-21 17:07 , Processed in 0.042297 second(s), 29 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.