Vidyalelo
Python · Q101

Functions in Python

Programming · Python · question 101

Q101

How can you pass multiple arguments to a function as a tuple?

A.
By using the *args syntax
Answer
B.
By using the list() keyword
C.
By using the * symbol
D.
By using the [] brackets

Answer: Option A

Solution

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