Vidyalelo
Python · Q122

Functions in Python

Programming · Python · question 122

Q122

What is the purpose of using the * symbol in function argument packing?

A.
It allows multiple arguments to be passed as a tuple
Answer
B.
It defines a new variable
C.
It specifies the return type of the function
D.
It is used to create a loop

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board