1 Answer
+ 1
In that context, * is being used as a packing operator. It is known as an unpacking operator, too. Also ** is a packing/unpacking operator that is used for dictionaries.
Here is a pretty good tutorial on the packing/unpacking operators:
https://geekflare.com/JUMP_LINK__&&__python__&&__JUMP_LINK-unpacking-operators/