6 lines
164 B
Markdown
6 lines
164 B
Markdown
|
|
# Docstrings
|
||
|
|
|
||
|
|
TODO: ADD MORE
|
||
|
|
|
||
|
|
- used to document the function, normally situated right below `def func():` [reverse-string](../exercise-concepts/reverse-string.md)
|