Python: Pass By Value or Pass By Reference?

The Real Problem One of the most common question asked by Python students is ‘How to pass the object by value or by reference in a Python method?’  For most of us, knowing answer for this question is one of the milestone achievement in Software Development. I want to answer this question once for all…