Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

multiline comment python

# While Python doesn't support multi-line comments, it can ignore anything
'''
inside a multi-line string!
Just wrap the comment in the three single quote marks,
And
you're
good
to
go!
'''
 
PREVIOUS NEXT
Tagged: #multiline #comment #python
ADD COMMENT
Topic
Name
6+1 =