Python_抽獎遊戲

#p40_抽獎程序web #p40_抽獎程序 import random prizes = ['雞蛋','鴨蛋','鵝蛋','鐵蛋'] i = random.choice(prizes) print(i)
相關文章
相關標籤/搜索