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
Which module(s) of python can be used to measure the performance of your application code?
What will be the output of data[-2] from the list data = [1,5,8,6,9,3,4]?
Is Python an easy-to-learn language
Does python has private keyword in python ? How to make any variable private in python ?
How will you check python version?
Why does python print out none?
What happens if we do not handle an error in the except block?
Which software is best for python programming?
How are the functions help() and dir() different?
How to convert a number to a string?
What is list comprehension how to define it and when to use?
What is tuple unpacking?
How to concatenate two lists in python?
What is "typeerror: 'module' object is not callable"?
What is cgi in python?