728x90
def solution(array):
    return sorted(array)[len(array) // 2]

 

728x90

+ Recent posts