0
What is docstring?
Explanation
5 Answers
+ 5
Here's an example.
https://code.sololearn.com/cA6A11a13a24
+ 2
A docstring is a string literal specified in source code that is used, like a comment, to document a specific segment of code.
0
Its a big multi-line comment which issued by double triple""" in the begining and in the end. In docstrings allowed line breaks
0
Oktq very much