摘要: 1.python中的条件语句例:score=int(input('请输入一个分数')) if 100>=score>=90: ... 阅读全文
posted @ 2018-09-21 13:48 ch_musk 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1.python中的条件语句 例:score=int(input('请输入一个分数')) if 100>=score>=90: print('A') elif 90>score>=80: print('B') elif 80>score>=60: print('C') elif 60>score>= 阅读全文
posted @ 2018-09-21 13:48 ch_musk 阅读(341) 评论(0) 推荐(0) 编辑