Sorting with Lambda

Sort a list of tuples (name, age) based on the age using a lambda function.
[('Alice', 25), ('Bob', 20), ('Charlie', 30)]
Total : 0 Discussion
Login