height = int (input("What is your height in meters? ")) if height >= 2 : print( "You are tall!" ) else: print( "You are not tall" )