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
Does the functions help() and dir() list the names of all the built_in functions and variables? If no, how would you list them?
List some namespace in python?
What is the output of this line?
How can we get home directory using '~' in python?
What does super () mean in python?
What is difference between pass and continue in python?
What are the differences between python 2.x and python 3.x?
How do I convert a number to a string?
What are python and name some key features of it?
Why do we need tuples?
Does every class need a constructor?
Is real python free?
Can you sort a set in python?
How do you convert a number into a string?
How will you check if all characters in a string are alphanumeric?