⬅︎ Back to In Python you sort with a tuple
In Python 2.x you can also use "lambda (x, y): (x, y.lower())", which is a function excepting a tuple, that will be unpacked before the function body executes
Comment
In Python 2.x you can also use "lambda (x, y): (x, y.lower())", which is a function excepting a tuple, that will be unpacked before the function body executes