def min_of_two( x, y ): if x < y: return x return y