Styrow.dev
Question 20 of 45
Python Topic: General medium

What is docstring in Python?

Question

What is docstring in Python?

Answer

A Python documentation string is known as docstring, it is a way of documenting Python functions, modules and classes.