python实现简单计算器

# *_* coding:utf8 *_* import tkinter from functools import partial # 按钮输入调用 def get_input(entry, argu): # 从entry窗口展现中获取输入的内容 input_data = entry.get() # 合法运算符 : + - * / -- ** // +- #
相关文章
相关标签/搜索