What is a docstring in python?
Answer / Santosh Kumar Pradhan
A docstring is a string literal that is the first statement of a module, function, or class definition. It serves as documentation for the object it accompanies.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to check whether a module is installed in python?
Is python good for microservices?
Is intel faster python?
Write a script to connect to MySql database using Python?
How long will it take to learn python?
What is frozen set in python 3?
How are phon blocks defined?
What are the attributes?
What is difference between pass and continue in python?
How do you sort in python 3?
Why was the language called as Python?
Explain polymorphism in Python.