McqMate
Q. |
How are variable length arguments specified in the function heading? |
A. | one star followed by a valid identifier |
B. | one underscore followed by a valid identifier |
C. | two stars followed by a valid identifier |
D. | two underscores followed by a valid identifier |
Answer» A. one star followed by a valid identifier |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet