Reiter

This section teaches non-keyword and keyword arguments, respectively *args and **kwargs. In the first case, we can pass any number of parameters in the function. In the latter case, we can provide any number of key-value arguments.