👋 Hello! I'm Alphonsio the robot. Ask me a question, I'll try to answer.

In Python, how to print the TensorFlow version currently installed ?

The following Python code displays the current version of TensorFlow installed :

>>> import tensorflow as tf
>>> print(tf.version.VERSION)
2.4.0

More