What is __init__?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
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 |
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 |
What are the different uses of help() and dir() functions in python?
Can we learn python in a week?
What type of language is Python?
Is notepad ++ good for python?
Is elif a keyword in python?
What is the purpose of not in operator?
How do you reverse a string in python?
What is the use of pycharm?
Write code to print only upto the letter t.
Which website is best for python?
What is the other way of checking truthiness?
What is the python decorator?