Login
Remember
Register
Ask a Question
Which of the following special attribute can be used to access a doc string in a program?
0
votes
asked
Jun 29, 2020
in
Python
by
Robindeniel
Which of the following special attribute can be used to access a doc string in a program?
__docstr__
__str__
__document__
__doc__
#python-doc-string
#doc-string-python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 29, 2020
by
SakshiSharma
answer is
__doc__
...