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
Can you use python to make apps?
What are the differences between c and python?
How does raw_input work in python 3?
What applications can you build with python?
Tell me how to find bugs or perform static analysis in a python application?
How to compare two list?
What is a script mode?
Do I need python if I have anaconda?
What is a super constructor?
What happens when you execute the statement mango=banana in python?
How do you clean pyc files?
Explain the use of the split function in python?
What is python? State some programming language features of python.
How do you use raw_input in python?
What is slug in python?