You are viewing a single comment's thread. Return to all comments →
def person_lister(f): def inner(people): people.sort(key = lambda data : int(data[2])) return [f(person) for person in people] return inner
Seems like cookies are disabled on this browser, please enable them to open this website
Decorators 2 - Name Directory
You are viewing a single comment's thread. Return to all comments →