Entry(win, width=10, textvariable=b).grid(row=0, column=2) //輸入運算元 b. tk.Button(win, text="=", width=5, command=add).grid(row=0, ...
確定! 回上一頁