How are default 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
I got this question during an internship interview.
I would like to ask this question from Argument Parsing 2 in chapter Argument Passing, Global vs Local Variables, Shallow copy vs Deep copy and Recursion of Python