Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

multiline comment in python

# This a comment
#Or This
#For a comment written in more than a line
#You just add triple quotes without assigning it a variable or putting it in a
#print statement
'''
Like This
But only for Python
As far as i know
'''
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #multiline #comment #python
ADD COMMENT
Topic
Name
7+6 =