What's the difference between Entry() and Text()?
问题 What's the difference between tkinter's Entry() and Text() functions? Couldn't find anything online, so after figuring it out, wanted to make it available online for others. 回答1: Entry() allows one line of input: Whereas, Text() allows multi-line inputs: 回答2: Any documentation on Tkinter will tell you the answer. In fact, it's usually literally the very first thing it will tell you. Entry in the Tkinter Book starts off with: The Entry widget is a standard Tkinter widget used to enter or