#!/user/bin/python# -*- coding:utf-8 -*-# print(111)# while True:# print(222)# print(333)# break #立即终止本次循环# print(444)# print('abc')# print(555)