On 5/4/05, Florian Lindner <[EMAIL PROTECTED]> wrote:
> 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?

f(*A)

-- 
Cheers,
Simon B,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to