Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python print with newline character

>>> string = "abcd
"
>>> print(repr(string))
'abcd
'
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #print #newline #character
ADD COMMENT
Topic
Name
7+8 =