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 |
How do you write comments in python?
Is python free or paid?
How to find the index of an element in a list python?
How can I read inputs as integers/float?
What is xrange in python?
What does netflix use python for?
How will you find, in a string, the first word that rhymes with ‘cake’?
Do sheeps sleep?
What’s your preferred text editor?
Which data type you prefer to implement when deal with seuential data?
How to convert a list into a tuple?
How do you reverse any string in python?