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 difference between list and tuples in python?
What is meant by instantiating a class?
What does len () mean in python?
Is c++ easier than python?
Why does python use self?
How does mro work in python?
What are the differences between c and python?
What do you understand by python iterator and iterable elements?
How much ram is required for python?
What are key features of python?
Write the command to get all keys from the dictionary.
What is unittest in Python?
What do you know about palindromes? Can you implement one in python?
How do I make python scripts executable?
Does python have long?