Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python print raw string

>>> print(repr('abc 123 
'))
'abc 123 
'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #print #raw #string
ADD COMMENT
Topic
Name
8+4 =