Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python comment multiple lines

#This is a comment
#And another one
print("Hello !)  #Comment in the same line
      
"""
A multiline
comment
"""
print("Hello !)
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged: #python #comment #multiple #lines
ADD COMMENT
Topic
Name
5+5 =