What is the difference between `deepcopy` and `shallow copy`?
Answer Posted / nashiinformaticssolutions
A deep copy duplicates the actual content, while a shallow copy duplicates only references.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How does the python version numbering scheme work?
what is random module will do in python and what are the functions we can apply on random module
How many basic types of functions are available in python?
What animals sleep the least?
What does time sleep do in python?
You are having multiple memcache servers running python, in which one of the memcacher server fails, and it has your data, will it ever try to get key data from that one failed server?
Mention at least 3-4 benefits of using python over the other scripting languages such as javascript.
What does r before string in python mean?
Do you know how memory is managed in python?
How is python used in the real world?
Can a constructor be static?
Tell me the use of // operator in python?
Name few python shells?
What is rdd in python?
Does python have overloading?