def max_of_two( x, y ): if x > y: return x return y