Description
If you see a function that has an asterisk (*) on its own with a comma after it, every argument after that point is a keyword-only argument (an argument which can only be specified by its name).
If you see a function that has an asterisk (*) on its own with a comma after it, every argument after that point is a keyword-only argument (an argument which can only be specified by its name).