AttributeError Traceback (most recent call last)
<ipython-input-3-973e4db27f3a> in <module>()
1 import tensorflow as tf
2 hello = tf.constant('hello tlf')
----> 3 sess = tf.session()
4 print(sess.run(hello))
AttributeError: module 'tensorflow' has no attribute 'session'
怎么解决????