import tensorflow as tf session = tf.Session() helloworld = tf.constant("hello world!") sess.run(helloworld)
'hello world'