F
Florian Lindner
Hello,
how can I give an arbitrary number of options in a automated way to a
function?
Example.
I've the list A =
[
1
2
3
...
]
Now I want to give this list to a function so that it is the same for
function like:
f(1, 2, 3, ...)
How can I do that?
Thanks,
Florian
how can I give an arbitrary number of options in a automated way to a
function?
Example.
I've the list A =
[
1
2
3
...
]
Now I want to give this list to a function so that it is the same for
function like:
f(1, 2, 3, ...)
How can I do that?
Thanks,
Florian