摘要:
项目托管平台地址:https://gitee.com/j1001/KeXueJiSuanQi/blob/master/README.md 模块测试:运算功能,测试结果:输入数字,进行运算,得出结果。其他补充说明:运算过程中会报错,正在进一步探究中 阅读全文
摘要:
# -*- encoding: utf-8 -*- def md(l,x): a = l.index(x) if x == '*' and l[a + 1] != '-': k = float(l[a - 1]) * float(l[a + 1]) elif x == '/' and l[a + 1 阅读全文