Decorators 2 - Name Directory
-
Practice>Python>Closures and Decorators>Decorators 2 - Name Directoryhackerrank.com 2019. 4. 23. 12:41
hackerrank.com Decorators 2 - Name Directory Problem Link : https://www.hackerrank.com/challenges/decorators-2-name-directory/problem Difficulty : Easy Tip Though, we could resolve the problem, still I'm a bit confused regarding decorator, anyway Please convert age to int from string, it seems that test cases are updated recently Sort people by using itemgetter(2) as age order Solution import op..