Cheat solution in Clear category for Median by uaxz
from statistics import median def checkio(data): return median(data)
Nov. 23, 2019