A `*` prefix to a function argument name will allow it to accept zero or more values. Such an argument will be packed as a `tuple` data type and it should always be specified after positional arguments (if any). `args` is often used as the variable name for this purpose.
This video is based on content from my "100 Page Python Intro" ebook: https://github.com/learnbyexample/100...