Vidyalelo
Python · Q112

Functions in Python

Programming · Python · question 112

Q112

How can you pass a list to a function as an argument?

A.
By providing the list as an argument
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