Is python pass by reference?



Is python pass by reference?..

Answer / Atul Kumar Tripathi

Python is not pass-by-reference like some other programming languages such as C or C++. Instead, Python uses pass-by-object-reference semantics.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain how to redirect the output of a python script from standout(ie., A monitor) on to a file?

1 Answers  


What is super () __ init__ in python?

1 Answers  


What are the benefits of python?

1 Answers  


Where do you use python programming? Can you describe in detail?

1 Answers  


Explain how python is interpreted.

1 Answers  


How can the ternary operators be used in python?

1 Answers  


Write a logic to find the max sum of a list in another list?

1 Answers  


What advantages do numpy arrays offer over (nested) python lists?

1 Answers  


What is linspace in python?

1 Answers  


What type of language is Python?

2 Answers  


Can I use Python instead of PHP?

1 Answers  


What does len() do?

1 Answers  


Categories