Python print format for pipe sepatated -


could 1 please desired output.

below script, output , desired output need help

script:  print "test | qa | result" print "test1 | load | passed" print "test2 | power load| failed" print "test3 | cpu device1 connected | passed "  out put getting:  test | qa | result test1 | load | passed test2 | power load| failed test3 | cpu device1 connected | passed  desired output:  test  | qa                    | result test1 | load                  | passed test2 | power load            | failed test3 | cpu device1 connected | passed 


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -