(12)-- 簡易的老虎機抽獎小程序

#簡易抽獎小程序python import tkinter #導入線程模塊 import threading import time root = tkinter.Tk() root.title('fruits') root.minsize(300,300) #擺放按鈕 btn1 = tkinter.Button(root,text = 'apple',bg = 'red') btn1.pl
相關文章
相關標籤/搜索