Consider the code below:
from tkinter import * screen = Tk() e =Entry() e.pack() screen.mainloop()
Now how to get to display the length of the characters entered in the e
entry widget in real-time? It doesn't matter if the data is displayed in the GUI or Corresponding terminal
没有评论:
发表评论