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 does .join mean in python?
Is using eval in python a bad practice?
What kinds of patterns could I enforce on the code to make it easier to translate to another programming language?
What is the difference between a function and a method python?
What objects are iterable in python?
What does isnull mean in python?
What do you know about palindromes? Can you implement one in python?
What is slicing in python?
How to access sessions in flask?
How to use of return keywords in python?
Python documentation is called?
What are the file-related modules we have in python?