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
Ans is

__doc__

Related questions

0 votes
asked Jul 16, 2020 in Python by GeorgeBell
0 votes
asked Jun 30, 2020 in Python by GeorgeBell
...