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 laptop is best for python programming?
Explain split() and join() function.
Which is faster python or php?
How do you write comments in python?
How to convert string into datetime?
What does do in c?
Explain about negative indexing?
How do I define a variable?
Tell me what is the difference between list and tuple?
Mention five benefits of using python?
Why does python print out none?
What is a singleton design pattern?
Which the command you use to exit help window in python?
what is the statement that can be used in python if the program requires no action but requires a statement syntactically?
What are loops in python?