All parameters in the Python language are passed by reference. If you pass a mutable object into a method, the method gets a reference to that same object and you can mutate it to your heart's delight ...