Python Developer Question:

Tell me what is docstring in Python?

Tweet Share WhatsApp

Answer:

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

Download Python Developer PDF Read All 77 Python Developer Questions
Previous QuestionNext Question
Explain me what is Python and explain some of its benefits?Tell me what is the difference between list and tuple?