Answer Posted / hr@tgksolutions.com
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 @staticmethod?
Can a class run without constructor?
How do I share global variables across modules?
How to convert a string to lowercase in Python?
Write a program to draw a board ex: 3by3 or 4by4 etc?
What is used to create unicode strings in Python?
What is map function in python?
What do you mean by list comprehension?
Given the first and last names of all employees in your firm, what data type will you use to store it?
What is the use of the // operator?
Do you need __ init __?
Do sheeps sleep?
Can I make games with python?
What are the rules for legal python names?
What does sorted do in python?