Skip to content

Commit c36d325

Browse files
author
Austin Taylor
authored
Merge pull request austin-taylor#1 from JaimeRG100/master
Fix code in "execution_count": 56
2 parents d7c6e41 + e7a12da commit c36d325

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: python_expert_notebook.ipynb

+3-3
Original file line numberDiff line numberDiff line change
@@ -883,9 +883,9 @@
883883
}
884884
],
885885
"source": [
886-
"print('add(10)'), timer(add, 10)\n",
887-
"print('add(20, 30)'), timer(add, 20, 30)\n",
888-
"print('add(\"a\", \"b\")', timer(add, \"a\", \"b\")"
886+
"print('add(10)', timer(add, 10))\n",
887+
"print('add(20, 30)', timer(add, 20, 30))\n",
888+
"print('add(\"a\", \"b\"', timer(add, \"a\", \"b\"))"
889889
]
890890
},
891891
{

0 commit comments

Comments
 (0)