python 版猜數字遊戲

初學 python,寫了一個小小的toy code 來練習,bug 確定有,歡迎提出意見python #! /usr/bin/python #This is guess number Game written in python import random running = True maxTrial = 10 guessTimes = 0 answerlist = ['0', '0',
相關文章
相關標籤/搜索