Athlete Sort

  • + 0 comments
        for i in sorted(arr, key=lambda x: x[k], reverse=False):
            print(*i)