First time here? Check out the FAQ!
answered 2022-01-23 22:26:15 +0100
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.
A
f