How do I refresh window without .mainloop() function in Tkinter?

前端 未结 0 1289
没有蜡笔的小新
没有蜡笔的小新 2021-01-13 05:45

This is my code:

   import tkinter as tk
   import time
    
    screen = tk.Tk()
    normal_label = tk.Label()
    normal_label.pack()
    for i in range(1,          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题