Le 10/06/2020 à 18:56, John Weller a écrit :
Hi

I am trying to learn python.  Looking at an example on the web I found this
line:

def plot(*args, **kwargs):

What do the stars mean?

That, respectively, positional arguments will be packed into a
sequence of references called args and that keywords argument
will be packed into a dictionary called kwargs.


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to