Are you comfortable with the difference between positional arguments and keyword (or named) arguments when calling a Python function?
And which order to use them in?
Here's the second article in the Intermediate Python Function series, hot off the press, so to speak
https://thepythoncodingbook.com/2022/11/11/positional-arguments-and-keyword-arguments-in-python/
#Python #programming #coding #functions #LearnToCode #LearnPython