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
相关文章
相关标签/搜索