Athlete Sort

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