Sort tuple or multiple field with operator
Starting with Python 2.4, both list.sort() and sorted() added a key parameter to specify a function to be called on each list element prior to making comparisons.For example, here’s a case-insensi