Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
In the following snippet of Python code, what does the * signify?
def foo(bar, baz, *bat) : # function body
bat is a reference to a higher order function
This is a variadic function
bat will be multiplied by the actual argument at runtime
bat has a default value
bat is a reference variable
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!