InterviewSolution
Saved Bookmarks
| 1. |
Tell one thing about docstring in Python? |
|
Answer» TELL one thing about DOCSTRING in PYTHON? We can say that docstring means a Python documentation string. We can also say that method of DOCUMENTING Python functions, classes and modules. |
|