how to test the tensorflow version on windows code example
Example 1: how to check tensorflow version
pip show tensorflow
Example 2: how to check if tensorflow is working on your pc
>>> print sess.run(hello)
pip show tensorflow
>>> print sess.run(hello)