*args and **kwargs
May 29th, 2008[ Geek ]
A lovely simple explanation, with examples, of how to use variable length arguments in python. Of course there’s always the ugly version as well.
A lovely simple explanation, with examples, of how to use variable length arguments in python. Of course there’s always the ugly version as well.