Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
same one with f = lambda x : y(x) solution in Creative category for Median by Tinus_Trotyl
checkio=lambda data:(sorted(data)[len(data)//2]+sorted(data)[::-1][len(data)//2])/2
March 20, 2017
Comments: