>A Byte of Python

DocStrings

Python has a nifty feature called documentation strings which are usually referred to by their shorter name docstrings. DocStrings are an important tool that you should make use of since it helps to document the program better. We can even get back the docstring from a function at runtime i.e. when the program is running.