Answer Posted / hr@tgksolutions.com
In Python, _init_ is a constructor or function. When a new object is formed, memory is allocated using this technique.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain me what is flask-wtf and what are their features?
Whenever python exists why does all the memory is not de-allocated / freed when python exits?
What is the comment tag in Python ?
Define monkey patching?
What is the pass statement in python?
How do you sort a dataframe in python?
What is meant by attribute error in python?
How do you write a range in python?
How to create an empty class in python?
Do I need python if I have anaconda?
What are the basic datatypes in python?
What does means by “call by reference” in python?
What are the disadvantages of Python Recursion?
How is print statement represented in python 3 (v/s python2)?
Is Python an easy-to-learn language