Пример #1
0
def median_aggregation(x: List[float]) -> float:
    return median2(x)
Пример #2
0
def median_aggregation(x):
    return median2(x)