Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

assign multiline string to variable in python

a = """This is python progrmming
python is simple and easy to use"""
print(a)
 
PREVIOUS NEXT
Tagged: #assign #multiline #string #variable #python
ADD COMMENT
Topic
Name
5+4 =