python import vex python numbers = [1, 2, 3, 4, 5] squared_numbers = vex.vmap(lambda x: x * x, numbers) pip install vex