mutable objects (Lists, Dictionaries) are pass by reference

immutable objects (integers, floats, strings, and tuples) are pass by value - as they are immutable