Answer Posted / nashiinformaticssolutions
All of the objects in Python are stored in a private heap region. This heap's sharing, caching, segmentation, and allocation are all controlled by the Python memory manager. Only the Python interpreter has access to the heap; the user does not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the Java implementation of Python popularly known as?
How to avoid having class data shared among instances in python?
Why do arrays have a 0 in it?
What is casting in python?
Explain me what is the purpose of doc strings in python?
What does [::-1} do?
Guess the output?
What is python's parameter passing mechanism?
Tell me the use of // operator in python?
Can we return a string in python?
How do I generate random numbers in python?
Write a program structure in python?
Why is using ‘eval’ a bad practice?
Python has something called the dictionary. Explain using an example
What does do in python?