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
Which python course is best?
How to write multiple statements in a single line in python?
What is a sequence in python?
How many name spaces are defined in python?
Is there a double type in python?
How to access a module written in python from c?
How to add values to a python array?
How do you append to a file?
Is anaconda good for python?
What does netflix use python for?
Why python language is called python?
What is the best Django or PHP?
How do you write code in python?
What is a repl in python?
Is python is easy?