Котик Софья Валентиновна
13.10.2019 00:37 (14:30) [2720929]
def Map(func, l): for i in range(len(l)): l[i] = func(l[i]) return(l)