Ask Your Question

Revision history [back]

This is because of the difference between positional arguments and keyword arguments in Python functions.

More detail can be found in the Python documentation

Tutorials can also be found by querying web search engines for [ positional arguments keyword arguments Python ].