Answer Posted / glibwaresoftsolutions
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
explain the map() function?
What is range() in python? Give an example to explain it.
Which ide is best for python on windows?
How do I list all files of a directory?
Explain different ways to create an empty numpy array in python?
Does python supports hybrid inheritance?
What is automation in python?
Is ruby better than python?
What is the statement that can be used in python if the program requires no action but requires it syntactically?
How to concatenate two lists in python?
What are the disadvantages of Python Recursion?
List out the different types of inheritance available in python?
How do you debug a python program?
What is the sleeping time of giraffe?
What is the purpose of the "//" operator in python?