# Author:liuzhongchangLIU_age = 27for i in range (3): guess_age = int(input("guess age:")) if guess_age==LIU_age: print("yes,you got it.") break elif guess_age>LIU_age: print("think smaller...") else: print("think bigger...")else: print("you have tried too many times..fuck off..")
# Author:liuzhongchangfor i in range (0,10,2): print("loop",i)