How Are Required Arguments Specified In The Function Heading #688
How are required 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 required 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