Ask Your Question

Revision history [back]

Try this:

f(*A)

It passes the elements of A to f as six arguments, instead of passing one argument which is the whole list.