Vidyalelo
Python · Q115

Functions in Python

Programming · Python · question 115

Q115

How are variable length arguments specified in the function heading?

A.
one star followed by a valid identifier
Answer
B.
one underscore followed by a valid identifier
C.
two stars followed by a valid identifier
D.
two underscores followed by a valid identifier

Answer: Option A

Solution

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