s = list(map(lambda x: x * x, (1, 2, 3, 4)))
print(s) Post #32
92
Дан код
MA Machinelearning tests @machinelearningtest · 661 subscribers s = list(map(lambda x: x * x, (1, 2, 3, 4)))
print(s)