Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

docstring

"""
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
 
PREVIOUS NEXT
Tagged: #docstring
ADD COMMENT
Topic
Name
5+6 =