2 Respuestas
+ 3
import time
from Tkinter import *
master = Tk()
x = Label(master, text="Test... Test")
x.pack()
mainloop()
time.sleep(3)
master = Tk()
x = Label(master, text="")
x.pack()
mainloop()
Something like this?
+ 10
Steven probably, yes, but we changed our mind, it now removes when there was appended another label