McqMate
| Q. |
How many keyword arguments can be passed to a function in a single function call? |
| A. | zero |
| B. | one |
| C. | zero or more |
| D. | one or more |
| Answer» C. zero or more | |
| Explanation: zero keyword arguments may be passed if all the arguments have default values. | |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet