Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python multiline string

#you can start a multiline string with either ''' or """
'''This is a 
multiline 
string.'''

"""It can be used as a
multiline comment 
too."""
 
PREVIOUS NEXT
Tagged: #python #multiline #string
ADD COMMENT
Topic
Name
6+2 =