Imagine you have a box of objects called my_favorite_box. The type of items in the box is not predetermined and at the moment this is a box of kittens.
The object my_favorite_box is considered immutable (but variable reassigning is allowed).
What can you do with the object my_favorite_box? Choose all that apply.
Tip: Since variable reassigning is allowed and the type of objects in my_favorite_box is not predetermined, we can reassign the variable my_favorite_box to any other box.