Change Password

How does Python's garbage collection work?
Manually deallocating memory using the free() function
Automatically reclaiming memory occupied by unreachable objects
Releasing memory when the program exits
Assigning memory to variables during runtime