Python docstrings
In Python, if we do not assign a variable to a string, it acts as a comment named docstring.
They are string literals that appear right after a function, module or class. They are enclosed in triple quotes.
Docstrings are built-in strings that, whe...
kaykay7.hashnode.dev2 min read