"szabi" <[EMAIL PROTECTED]> writes:
> I have a list of three values and want to call a function with four
> parameters. I would like
> to write something like:
> 
> a = [1, 2, 3]
> f(*a, 4)

f(*a+[4]) seems to work.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to