You are viewing a single comment's thread. Return to all comments →
def person_lister(f): def inner(people): people.sort(key=lambda x: int(x[2])) # complete the function 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 →