Vidyalelo
Python · Q114

Functions in Python

Programming · Python · question 114

Q114

How are default arguments specified in the function heading?

A.
identifier followed by an equal to sign and the default value
Answer
B.
identifier followed by the default value within backticks (")
C.
identifier followed by the default value within square brackets ([])
D.
identifier

Answer: Option A

Solution

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