On Wed, 7 Sep 2016 16:04:40 +0000
Joaquin Alzola <[email protected]> wrote:
> > where is a comma there should start new line ... How can i do it ?
>
> Use the split
>
> a.split(",")
> for x in a:
> print(x)
Seems overly complex.
print(a.replace(',', '\n'))
> This email is confidential and may be subject to privilege. If you
> are not the intended recipient, please do not copy or disclose its
> content but contact the sender immediately upon receipt.
Do you realize how stupid it is to put this on a message sent all around
the world?
--
D'Arcy J.M. Cain
System Administrator, Vex.Net
http://www.Vex.Net/ IM:[email protected]
VoIP: sip:[email protected]
--
https://mail.python.org/mailman/listinfo/python-list