Light Mode
Dark Mode
python console says False

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

I put this in Python Console, and the result is False.

don't we make a function works exactly like a built-in one in this task?

Attachment
Created: Nov. 26, 2017, 1:48 p.m.
Updated: Dec. 1, 2017, 3:23 p.m.
0
8
User avatar
Quan_Lee