摘要: 开发一个简单的python计算器 1 import sys 2 import re 3 4 def welcome_func(): 5 """ 6 输入判断 7 :param expression: 表达式 8 :return: 返回有效表达式 9 """ 10 welcome_str = "超级计 阅读全文
posted @ 2017-08-10 11:46 ikere 阅读(509) 评论(0) 推荐(0) 编辑