摘要: import refrom functools import reduce# 判断表达式是否正确def check_formula(formula): tag = True if re.findall("[a-zA-Z]", formula): # 包含字母 tag = False if not l 阅读全文
posted @ 2020-02-23 20:49 风云121 阅读(279) 评论(0) 推荐(0)