How are arguments passed by value or by reference in Python?
Answer Posted / nashiinformaticssolutions
In Python, everything is an object, and references to the objects are stored in all variables. You are unable to alter the reference values because they are determined by the functions. However, if the item is malleable, you can alter it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does serialization mean in python?
Is c++ required for learning python?
Why does Python have a maximum recursion depth?
Explain about membership operator in python?
What are the differences between pass and continue?
Is there a benefit to using one over the other?
Is it better to learn python or java?
How python manage memory?
Differentiate between deep and shallow copy?
What is instance of a class?
What does none type mean in python?
What is flask-wtf and what are their features?
Is python supports multithreading?
What does len () mean in python?
Is nodejs faster than python?