Computer Science, asked by shubhangisumbpatil, 1 month ago

how to manage memory in python ​

Answers

Answered by mg443379
2

Answer:

As we know, Python uses the dynamic memory allocation which is managed by the Heap data structure. Memory Heap holds the objects and other data structures that will be used in the program. Python memory manager manages the allocation or de-allocation of the heap memory space through the API functions.

Explanation:

i hope this answer is right

Answered by anjali2071
2

Answer:

Hope it helps you....

Explanation:

As we know, Python uses the dynamic memory allocation which is managed by the Heap data structure. Memory Heap holds the objects and other data structures that will be used in the program. Python memory manager manages the allocation or de-allocation of the heap memory space through the API functions.

Similar questions