Python Question:

How is memory managed in Python?

Tweet Share WhatsApp

Answer:

Memory is managed through private heaps. Private heap is managed by python memory manager.

Download Python PDF Read All 25 Python Questions
Previous QuestionNext Question
Why cannot lambda forms in Python contain statements?Which of the languages does Python resemble in its class syntax?