END, log) def start(): print("start") Data() root = tk.Tk() text = tk.Text(root) text.place(x=1220,y=120) text.pack() btnSchedule = tk.Button(root, text=' ...
確定! 回上一頁