Three problems and their solutions — In this piece, I will talk about three common mistakes you wouldn’t want to do! The Problem: Default Mutable Object Hey, wait—what is a mutable object in Python? Mutable objects are objects you can change. List, set, and dict are examples of mutable objects. For the sake of argument, I will define a very simple…