guess_number = 56 while True: num = int(input("猜猜我心里的数字是(1-100之间):")) if num == guess_number: break print("终于找到你了!")