Como verificar se o TensorFlow está funcionando no seu PC
>>> print sess.run(hello)
Thankful Trout
>>> print sess.run(hello)
Hello TensorFlow!