摘要: import randomnumber = random.randint(1,100)guess = 0while True: num_in = input("Input your number please:") guess += 1 if not num_in.isdigit(): print( 阅读全文
posted @ 2017-12-12 15:29 anglesheepbobo 阅读(183) 评论(0) 推荐(0)