0

What is docstring?

Explanation

11th Dec 2020, 3:40 AM
Low Ze Xuan
5 Answers
11th Dec 2020, 6:08 AM
David Ashton
David Ashton - avatar
+ 2
A docstring is a string literal specified in source code that is used, like a comment, to document a specific segment of code.
11th Dec 2020, 3:43 AM
Boay.JS
Boay.JS - avatar
0
Its a big multi-line comment which issued by double triple""" in the begining and in the end. In docstrings allowed line breaks
11th Dec 2020, 8:15 PM
Arman
0
Oktq very much
12th Dec 2020, 5:54 AM
Low Ze Xuan