Closed DavidStirling closed 4 years ago
It seems that in Python 3 sorted really doesn't like being asked to sort tuples which contain objects. Explicitly giving the key seems to fix this.
sorted
It seems that in Python 3
sorted
really doesn't like being asked to sort tuples which contain objects. Explicitly giving the key seems to fix this.