Skip to content

Commit e43556d

Browse files
Typicaymericdamien
authored andcommitted
Print in hello world doesnt have () :) (aymericdamien#233)
File "<ipython-input-9-6bfb78082e8c>", line 2 print sess.run(hello) ^ SyntaxError: invalid syntax
1 parent 821768a commit e43556d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/1_Introduction/helloworld.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"source": [
6161
"# Run graph\n",
62-
"print sess.run(hello)"
62+
"print(sess.run(hello))"
6363
]
6464
}
6565
],
@@ -84,4 +84,4 @@
8484
},
8585
"nbformat": 4,
8686
"nbformat_minor": 0
87-
}
87+
}

0 commit comments

Comments
 (0)