Python Developer Question:

Tell me 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.

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?