Vidyalelo
Python · Q31

Functions in Python

Programming · Python · question 31

Q31

How are keyword arguments specified in the function heading?

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

Answer: Option C

Solution

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