And yes, you make a great point about returning a tuple in the `lambda`. This would require a discussion about ordering in tuples, too, but it would avoid one of the `.sort()` calls!
And yes, you make a great point about returning a tuple in the `lambda`. This would require a discussion about ordering in tuples, too, but it would avoid one of the `.sort()` calls!
Thanks Paul. Glad you enjoyed it.
And yes, you make a great point about returning a tuple in the `lambda`. This would require a discussion about ordering in tuples, too, but it would avoid one of the `.sort()` calls!