#!/usr/bin/python import tkinter as tk. # create a instance of Tk root = tk.Tk() ... button.grid(row=1, column=2) # position the button.
確定! 回上一頁