height = 205 if height > 2 : print("You are Tall!") height = 205 if height > 2 : print("You Are Tall!") height = 185 if height > 2 : print( "You are tall!" ) else: print( "You are not tall!")