Here is a basic example to get and display the user input in a text widget. import tkinter as tk root = tk.Tk() #Define Function def get_input(): name = ...
確定! 回上一頁