What is the difference between `deepcopy` and `shallow copy`?
Answer Posted / nashiinformaticssolutions
A shallow copy creates a new object but does not create copies of nested objects, while a deep copy creates copies of all nested objects as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which is the invalid variable assignment from the below?
Define the support for apex that exists?
What is automation in python?
What are the key features of Python?
How do you use isalpha in python?
How do I run python?
Explain logical operators in python?
What is flask?
What is abstraction in python?
Which language should I learn first c or python?
What is defined isalpha() in python?
What is long in python?
How to find bugs or perform static analysis in a python application?
How do you open an already existing file and add content to it?
Is python an oop?