Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

docstring python

"""
this is a docstring not a multiline comment
and this can be shown in output or not
"""
# mutiline comment
# is like
# that
# and this can not be shown cause it is a comment
Source by www.python.org #
 
PREVIOUS NEXT
Tagged: #docstring #python
ADD COMMENT
Topic
Name
4+8 =