To make our arguments to be specified more clearly we can also use variable keyword arguments. Variable keyword arguments are prepended with **. For example, **kwargs in the example below is a dictionary containing a variable number of keyword arguments.