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's wrong with import all?
What does the function zip() do?
Difference between python list comprehension vs. Map?
Explain about python operators?
What is type () in python?
What is python easy_install?
Explain list, tuple, set, and dictionary and provide at least one instance where each of these collection types can be used.
Are Tuples immutable?
How to install python and prepare environment?
Is indentation required in python?
What is the difference between list and tuple?
What is the difference between cpython and python?