The special syntax **kwargs in function definitions in python is used to pass a keyworded, variable-length argument list. We use the name kwargs with the double star.
In this video tutorial, I have explained the non-keyword as well as keyword arguments.