Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is true about a docstring?
Home
Python
Which of the following is true about a docstring?
0
votes
asked
Jul 10, 2020
in
Python
by
GeorgeBell
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.
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 10, 2020
by
GeorgeBell
Ans is
docstring is optional in a function, class or a module
...