python - How to print the string "\n" -



python - How to print the string "\n" -

i want print actual next string: \n , tried reads in takes new line operator.. how print following: \n ?

use

print "\\n"

or raw string

print r"\n"

have @ tutorial concerning strings.

python

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -