Hi,
I have a list [0.2, [1, 1.3], [1, 0.5, 2.1] ...] and need to pass this list as argument in a function and should be able to access elements in the called function, kindly help with code or hints to do this.
Thanks in advance
I have a list [0.2, [1, 1.3], [1, 0.5, 2.1] ...] and need to pass this list as argument in a function and should be able to access elements in the called function, kindly help with code or hints to do this.
Thanks in advance
Comment