Jak sprawdzić, czy TensorFlow pracuje na twoim komputerze
>>> print sess.run(hello)
Thankful Trout
>>> print sess.run(hello)
Hello TensorFlow!