root = tk.Tk() #Tkinter Set up windows. root.geometry('640x480') # Set resolution. root.title('Bubble Sort') # Set the window title.
確定! 回上一頁