import tkinter as tk root = tk.Tk e = tk.Entry () e.pack (ipadx=100, ipady=15) tk.mainloop () Share. Improve this answer. Follow this answer to receive ...
確定! 回上一頁