HI

   I have a string that contains \r\n\t

   [Ljava.lang.Object; does not exist*\r\n\t*at com.livecluster.core.tasklet


   I would like to  print it as :

[Ljava.lang.Object; does not exist
     tat com.livecluster.core.tasklet

  How can I do this in python print ?


Thanks

On Sat, Jan 27, 2018 at 3:15 PM, Jason Qian <jq...@tibco.com> wrote:

> HI
>
>    I am a string that contains \r\n\t
>
>    [Ljava.lang.Object; does not exist*\r\n\t*at
> com.livecluster.core.tasklet
>
>
>    I would like it print as :
>
> [Ljava.lang.Object; does not exist
>   tat com.livecluster.core.tasklet
>
>
>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to