Answer Posted / nashiinformaticssolutions
Python uses an automatic garbage collection mechanism, employing reference counting and cyclic garbage collection for memory management.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between deep and shallow copy in python?
What are class or static variables in python programming?
What are magic methods in python?
How do you sort in python 3?
Has python has monkey patching concept within?
What tools that helps python development do you know?
What is the use of negative indices?
Why lambda forms in python does not have statements?
What is the key difference between a list and the tuple?
What is *args and **kwargs?
What is the difference between local vs global in python?
Use of double quotes and single quote in python?
What is split used for?
Which os is best for python?
What is docstring in Python?