Hello,
I want to repeat an operation for n values in a list. The values in the list are the inputs for the whole process. That is to say, run the process for the firt value, then for the second son on…up to the end of the list. How can I do it?
Thanks.