Question
What is docstring in Python?
Answer
A Python documentation string is known as docstring, it is a way of documenting Python functions, modules and classes.
What is docstring in Python?
A Python documentation string is known as docstring, it is a way of documenting Python functions, modules and classes.