Python strings question (vertical stack)

dmitrey dmitrey.kroshko at scipy.org
Tue Nov 20 14:41:55 EST 2007


Thanks all, I have solved the problem:

a="""
%s
%s
%s
""" % ('asdf', 'asdf2', 'asdf3')

print a

D.



More information about the Python-list mailing list