Everything is passed by reference in Python. Everything is passed by value in C.
Not quite true for Python but a close approximation.