This is to make sure the result received from tensorFlow hello-world here is fine The hello-world page
If the Python program outputs the following, then the installation is successful and you can begin writing TensorFlow programs. (If you are new to TensorFlow, see Getting Started with TensorFlow.)
>Hello, TensorFlow!
What happens actually is to receive the output:
b'Hello, TensorFlow!'
In particular it has an extra ''b'' inside which is not expected.