dmitrey schrieb:
> Thanks all, I have solved the problem:
>
> a="""
> %s
> %s
> %s
> """ % ('asdf', 'asdf2', 'asdf3')
>
> print aThis is more expensive and not as flexible as the join method. At least for growing string-lengths and number of arguments. Diez -- http://mail.python.org/mailman/listinfo/python-list
