What do * (single star) and / (slash) do as independent parameters?
The function parameter syntax (/) indicates the end of the positional only parameters, which must be specified positionally and can''t be used as keyword arguments (New in Python 3.8).