Python में memory management के बारे में कौन-सा कथन सही है
Which of the following statements is true about memory management in Python
A
Python automatically manages memory through garbage collection
B
Memory management in Python is manually handled by the user
C
Memory is only released when the program ends
D
Memory is not managed in Python
Explanation
Correct Answer: A) Python automatically manages memory through garbage collection