python猜數字程序

用Python寫的猜數字程序html #this is a guess the number game. import random secretNumber = random.randint(1,20) print('I am thinking of a number between 1 and 20.') #ask the player to guess the number 6 time
相關文章
相關標籤/搜索