python --demo --猜數字

自己創作的源碼: from random import randint def guess(): a = randint(1,100) b=int(input(「I’m thinking of a number! Try to guess the number I’m thinking of:」)) while True: if a == b: again=input(‘That"s it! Wo
相關文章
相關標籤/搜索