How Many Keyword Arguments Can Be Passed To A Function In A #676
How many keyword arguments can be passed to a function in a single function call?
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.1.
How many keyword arguments can be passed to a function in a single function call?
zero
one
zero or more
one or more