Homework Statement
I have the following code (please see below). I want it to return [2,4,6,8,10] which is the function evaluated at the given list [1,2,3,4,5]. I want to do this using the process command.
My problem is:
print A returns
[None, None, None, None, None]
But I want it to return...