Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Python comment block

"""
This is a
Python multi-line Docstring
which can also be used
to create a python block comment
Just like this one
"""
print ('This section is not a python block comment')
Source by codinggear.blog #
 
PREVIOUS NEXT
Tagged: #Python #comment #block
ADD COMMENT
Topic
Name
7+7 =