Hacker News new | ask | show | jobs
by jibal 290 days ago
Everything is passed by reference in Python. Everything is passed by value in C.
1 comments

Not quite true for Python but a close approximation.