摘要: 需求:实现能计算类似 1 - 2 * ( (60-30 +(-40/5) * (9-2*5/3 + 7 /3*99/4*2998 +10 * 568/14 )) - (-4*3)/ (16-3*2) )等类似公式的计算器程序 #!/usr/bin/env python # -*- coding:utf-8 -*- # Author: Xiaobai Lei import re def atom_... 阅读全文
posted @ 2019-05-09 21:42 ~泪小白~ 阅读(8029) 评论(0) 推荐(0)