height= float(input( "how tall are you")) if height > 2 : print( "you are tall!" ) height= float(input( "how tall are you")) if height > 2 : print( "you are tall!" ) else: print( "you are not tall!")