why the output is different when i am implementig multiline string

2013-01-02 Thread stringsatif1
>>> '''hello
world'''
'hello\nworld'
>>> fred=''' hello
world'''
>>> print(fred)
 hello
world
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: why the output is different when i am implementig multiline string

2013-01-02 Thread stringsatif1
thanks cris
-- 
http://mail.python.org/mailman/listinfo/python-list