szabi wrote:
> a = [1, 2, 3]
> f(*a, 4)

f(*(a+[4]))

--- Heiko.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to