marie4348 marie4348 03-04-2024 Computers and Technology contestada Use the Map pattern to create a function cube_elements that consumes a list of numbers and returns a new list of each number cubed (to the third power). Unit test this function.