In a function, Python has the ability to package multiple arguments as a tuple (*args) parameter or a dictionary (**kwargs) parameter.