Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

multiline comment

"""
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: #multiline #comment
ADD COMMENT
Topic
Name
4+9 =