0 votes
in Python by
Which of the following special attribute can be used to access a doc string in a program?

__docstr__

__str__

__document__

__doc__

1 Answer

0 votes
by
answer is

__doc__

Related questions

0 votes
asked Oct 11, 2021 in Python by rajeshsharma
0 votes
asked Jan 10, 2021 in Python by rajeshsharma
...