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
What is the output of the below code?
What does == mean in python?
Which is better ruby or python?
explain the reduce() function?
How is inheritance and overriding methods are related in python?
How to declare the variables function in python?
Explain about pickling and unpickling?
What are some good python projects?
Explain ternary operator in python?
What is python __ repr __?
Explain lambda expressions. When would you use one?
What is pyunit in python?
Difference between __str__ and __repr__?
Explain the shortest way to open a text file and display its contents?
What is indexing? Explain with an example