You can create a textbox using Tkinter Entry class like this: txt = Entry (window,width=10) Then you can add it to the window using grid function as usual.
確定! 回上一頁