python實現簡單計算器

# *_* coding:utf8 *_* import tkinter from functools import partial # 按鈕輸入調用 def get_input(entry, argu): # 從entry窗口展現中獲取輸入的內容 input_data = entry.get() # 合法運算符 : + - * / -- ** // +- #
相關文章
相關標籤/搜索