Login
Remember
Register
Ask a Question
Which of the following is true about a docstring?
0
votes
asked
Jun 29, 2020
in
Python
by
Robindeniel
Which of the following is true about a docstring?
docstring is a document
docstring is a single lie string.
docstring is optional in a function, class or a module
doctsring is the second statement that appears in a function, class or a module.
#docstring-function
#python-docstring-function
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 29, 2020
by
SakshiSharma
docstring is optional in a function, class or a module
...