Стрелов Глеб Сергеевич
12.10.2019 20:24 (2:46) [2720346]
def Map(func, l): for i in range(len(l)): l[i] = func(l[i]) return(l)