1.

What is docstring in Python?

Answer»
  • DOCUMENTATION string or docstring is a multiline string USED to document a specific CODE segment.
  • The docstring should describe what the function or method does.


Discussion

No Comment Found