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 |
Mention the use of the split function in Python?
How will you convert a list into a string?
How can you profile a python script?
How to send a object and its value to the garbage collection?
Can you list down some of the pdb commands for debugging python programs?
Does python have null?
How to print without newline or space?
Explain what is the common way for the flask script to work?
Point out some of the key features of python?
Which data type you prefer to implement when deal with seuential data?
How can you convert a number to string?
What sort does python use?