height=float(input("How tall are you ")) if height > 2 : print(" You are tall ") else: print(" you are short ")