Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain how to copy an object in Python.



Explain how to copy an object in Python...

Answer / chaitanya

There are two ways in which objects can be copied in python.

Shallow copy & Deep copy.

Shallow copies duplicate as minute as possible whereas Deep copies duplicate everything.

If a is object to be copied then

-copy.copy(a) returns a shallow copy of a.

-copy.deepcopy(a) returns a deep copy of a.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

How does a function return values?

0 Answers  


How to call a function of a module by using its name (a string)?

0 Answers  


Can you write an efficient code to count the number of capital letters in a file?

0 Answers  


Can dictionary have a duplicate keys ?

0 Answers  


Which is faster python or c?

0 Answers  


Is python interpreted, or compiled, or both?

0 Answers  


What is a CGI script in Python?

0 Answers  


What does len () mean in python?

0 Answers  


What does super () mean in python?

0 Answers  


How to get a list of class attributes in python?

0 Answers  


What are python variables?

0 Answers  


What is the syntax for exponentiation and give example?

0 Answers  


Categories