Problem with using label to show up before code executes

后端 未结 0 370
小蘑菇
小蘑菇 2020-12-09 10:08
from tkinter import *
root=Tk()
def function1():
    L=Label(root,text="Loading...").pack()
    for i in range(10000):
        L1=Label(root,text=str(i**2)         


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