InterviewSolution
Saved Bookmarks
| 1. |
What is shallow copy Python? |
|
Answer» In Python, a shallow copy essentially means building a new collection of objects and then referencing it with the child objects found in the original group of the object. Note: Did you know, Python is also referred to as a “batteries included” language DUE to its comprehensive STANDARD LIBRARY. Our Python Interview Questions have been selected from a plethora of queries to HELP you gain valuable insights and boost your CAREER as a Python Experts. |
|