Re: why the output is different when i am implementig multiline string
thanks cris -- http://mail.python.org/mailman/listinfo/python-list
why the output is different when i am implementig multiline string
>>> '''hello world''' 'hello\nworld' >>> fred=''' hello world''' >>> print(fred) hello world -- http://mail.python.org/mailman/listinfo/python-list