|
|
**"*" is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call.** |
|
|
**`'*'` is the splat operator, that takes a list as input, and expands it into actual positional arguments in the function call.** |
xxxxxxxxxx