Python Pass by Reference and by Value
By Rex Resurreccion Oct 10, 2019
Python pass by reference and pass by value behavior is probably one of the confusing topics for new (even for experienced) programmers that sometimes being overlooked. It can cause logical error where your code returns unexpected result if you do not know how to deal with it.
