positional argument follows keyword argument

This question already has answers here: Why can’t non-default arguments follow default arguments? (4 answers) Closed 3 years ago. I am a calling a function like this in python . Here is the code from the documentation of the function .. It is giving an error like this.. How to resolve this error ? Thanks … Read more