004 - Functions - Non-Keyword and Keyword arguments
Tabs
Sorry, an error occured. A logfile has been created which can be identified via the code "24tml_8205".
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.