python作業計算器

import tkinter root=tkinter.Tk() root.title(「計算器」)#窗體標題 root.geometry(‘200x200’)#主窗體大小設置 s=’’ def count(self): global s if self!=’=’: lb.config(text=self) s=s+self else: if 「+」 in s: lb.config(text=(f
相關文章
相關標籤/搜索