[编程入门]成绩评定-题解(Python描述,字典映射) 摘要:(刚入门)由于python中没有switch,if语句该会的也都会了,所以试试字典映射的方法。 ```python data = int(input()) a=data//10 # // ==…… 题解列表 2020年03月18日 0 点赞 0 评论 1272 浏览 评分:9.2
[编程入门]成绩评定-题解(Python代码) 摘要:if else语句 ```python x = int(input()) if x=60 and x=70 and x=80 and x…… 题解列表 2019年11月22日 0 点赞 1 评论 1962 浏览 评分:8.6