@ -0,0 +1,6 @@
import tensorflow as tf
import numpy as np
with tf.Session() as sess:
output = sess.run(tf.constant(‘hello World’))
print(output)