McqMate
Q. |
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 |
Answer» A. identifier followed by an equal to sign and the default value |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet