Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

comment in python

# This is a one line comment

"""
This is a comment for multiple lines,
as you can see
"""

""" But also this is valid """
 
PREVIOUS NEXT
Tagged: #comment #python
ADD COMMENT
Topic
Name
6+7 =