First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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.