Any thoughts? Here is the code: from tkinter import * root = Tk() entryvar = IntVar() entryvar.set(0) def callback(): print( ...
確定! 回上一頁