why the output is different when i am implementig multiline string

stringsatif1 at gmail.com stringsatif1 at gmail.com
Wed Jan 2 09:00:40 EST 2013


>>> '''hello
world'''
'hello\nworld'
>>> fred=''' hello
world'''
>>> print(fred)
 hello
world



More information about the Python-list mailing list