height = 3
if height > 2 :
    print( "you are tall" )
else:
    print( "not tall" )