Vidyalelo
Python · Q52

Functions in Python

Programming · Python · question 52

Q52

How are required arguments specified in the function heading?

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

Answer: Option D

Solution

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