File "<ipython-input-9-6bfb78082e8c>", line 2 print sess.run(hello) ^ SyntaxError: invalid syntax
@@ -59,7 +59,7 @@
],
"source": [
"# Run graph\n",
- "print sess.run(hello)"
+ "print(sess.run(hello))"
]
}
@@ -84,4 +84,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
-}
+}