Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Multiple Line Comments

#One
#way to do multiple line comments is to do this
#.
"""
Alternatively, you can also use this syntax.
"""

print("Hello multiple line comments")
 
PREVIOUS NEXT
Tagged: #Multiple #Line #Comments
ADD COMMENT
Topic
Name
5+7 =