This question already has answers here: Use of *args and **kwargs [duplicate] (11 answers) Closed 9 years ago.
Consider the following expressions. Note that some expressions are repeated to present the "context".
I\'vebeen looking at passing arrays, or lists, as Python tends to call them, into a function. I read something about using *args, such as:
What does the * operator mean in Python, such as in code like zip(*x) or f(**k)? How is it handled internally in the interpreter?
I\'m not quite sure of the terminology here so please bear with me.... Let\'s say I have a constructor call like this:
couldn\'t connect to开发者_如何转开发 host