while True: print('请输入“thinks”') spam=input() if spam=='thinks': break print('yes it is!')
break:
跳出真个循环语句并结束循环