• switch results

 

I would like to give some feedback about ... it's look min and max switch results, all test passed in my local environment that is what i got in checkio. environment .

min([[1, 2], [3, 4], [9, 0]], key=lambda x: x[1]) <<< [1, 2] max([[1, 2], [3, 4], [9, 0]], key=lambda x: x[1]) <<< [9, 0]

in my local environment

min([[1, 2], [3, 4], [9, 0]], key=lambda x: x[1]) <<< [9, 0] max([[1, 2], [3, 4], [9, 0]], key=lambda x: x[1]) <<< [1, 2]

From: https://py.checkio.org/mission/min-max/solve/

HTTP_USER_AGENT:

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12) AppleWebKit/602.1.50 (KHTML, like Gecko) Version/10.0 Safari/602.1.50
8