while True: print("加油")
while false: print("加油")
for i in range(100): print("加油")
if True: print("加油")