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
I have been asked this question in semester exam.
Question is taken from Argument Parsing 1 topic in portion Argument Passing, Global vs Local Variables, Shallow copy vs Deep copy and Recursion of Python