Remix.run Logo
jibal 6 days ago

Everything is passed by reference in Python. Everything is passed by value in C.

__mharrison__ 6 days ago | parent [-]

Not quite true for Python but a close approximation.