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 -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -