Working with multiple arguments in a Python function using args and kwargs
When I first started programming in Python this used to trip me up all the time. Hopefully through my pain I have managed to find a way to convey just how simple this concept is. Working with args These functions allow you to extend your function massively, as when you design functions, you don’t want…