How Are Default Arguments Specified In The Function Heading #687
How are default arguments specified in the function heading?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Argument Passing, Variables and Recursion - Python Argument Passing - Quiz No.2.
How are default arguments specified in the function heading?
identifier followed by an equal to sign and the default value
identifier followed by the default value within backticks (“)
identifier followed by the default value within square brackets ([])
identifier