python小程序-------成绩打印
摘要:i = int(input('请输入你的成绩'))if i >100: print('请输入正确成绩')elif i >90: print('你的成绩为A')elif i > 80: print('你的成绩为B')elif i > 60: print('你的成绩为C')elif i > 40: pr
阅读全文
posted @ 2018-07-27 14:02
posted @ 2018-07-27 14:02
posted @ 2018-07-23 20:55