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

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

asp.net - .NET Control.ID property inconsistency -

r - url in CRAN extension manual -