Answer Posted / nashiinformaticssolutions
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
Write program to find the common elements from two sets?
Is it better to learn python or java?
Explain how can you make a Python Script executable on Unix?
Can you slice a tuple?
How to retrieve data from a table in mysql database through python code?
Is print a function in python 3?
What is meant by mutex in python?
What is monkey patching?
How will you convert an integer to a hexadecimal string in python?
What is the difference between uuid and guid?
Is set iterable python?
What is the difference between locals() and globals ()?
If you installed a module with pip but it doesn’t import in your idle, what could it possibly be?
How Python performs Compile-time and Run-time code checking?
Is using eval in python a bad practice?