On 11/06/20 4:56 AM, John Weller wrote:
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?


The Python "docs" are (surprisingly, for this day-and-age) comprehensive. Try https://docs.python.org/3/tutorial/controlflow.html and its several discussions about def[ining] functions and parameters.

Please also be aware that there is also a Python-Tutor Discussion List which has the specific objective of supporting learners (follow link, below).
--
Regards =dn
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to