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

Reply via email to