Tkinter button function doesn't work properly

前端 未结 0 1949
庸人自扰
庸人自扰 2020-12-28 16:55

I have a function that gets called from a button. It has a time.sleep()

def func():
    button.place_forget()
    text = Label(root, text = "Text"
          


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