+ 1
Docstrings
Is there somebody who can give very simple example to understand "Docstrings" function in Python 3? What is the different between "Comment", # and "Docstrings", """?
2 ответов
+ 6
# affects only one line. ''' ''' acts on all text in quotes, regardless of the number of lines
0
Here is the answer:
https://www.sololearn.com/learn/JUMP_LINK__&&__Python__&&__JUMP_LINK/2288/