蓝桥杯算法提高VIP-模拟计算器-题解(Python代码) 摘要:利用eval函数,但是一开始没考虑整除,错误18%,所以改了下。 ```python a,b,c = input().strip().split() if c=='/': c='//' p…… 题解列表 2020年02月22日 0 点赞 1 评论 838 浏览 评分:6.8
蓝桥杯算法提高VIP-模拟计算器-题解(Python代码) 摘要:```python list1 = [i for i in input().split()] list1[2],list1[1] = list1[1],list1[2] str1 = ''.jo…… 题解列表 2020年02月06日 0 点赞 0 评论 494 浏览 评分:0.0
蓝桥杯算法提高VIP-模拟计算器-题解(Python代码)Python没有switch-case怎么办? 摘要:### 继续学习Python 按照题目要求,我们需要使用switch-case语句进行判断,可是Python没有switch怎么办呢?按照官方文档,Python官方推荐if-elif-elif的方式…… 题解列表 2019年11月18日 0 点赞 0 评论 1426 浏览 评分:9.7