先來學點Python GUI再隨便寫點小程式吧
import tkinter as tk import random win=tk.Tk() win.geometry("200x100")...