I\'m not sure if I need a lambda, or something else. But still, I need the following:
I have an array = [1,2,3,4,5]. I need to put this array, for insta
array = [1,2,3,4,5]
If you're trying to copy the array:
array2 = array[:]