Customer stories Events & webinars Ebooks & reports Business insights GitHub Skills ...
Using a list as a default argument is a really common pattern beginners think will be helpful but usually isn't due to the way default arguments are bound to the class object instead of instances.