Skip to content

Commit 67fa6b9

Browse files
committed
Minor edit
1 parent 8f2ff05 commit 67fa6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1/a-taste-of-python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@
639639
"editable": true
640640
},
641641
"source": [
642-
"### Character input\n",
642+
"### Character input (*optional*)\n",
643643
"\n",
644644
"Python and Jupyter notebooks also let us interact in another way with our code! The built-in [input()](https://docs.python.org/3.6/library/functions.html?highlight=input#input) function reads a line from input and returns it as a string.\n",
645645
"\n",

0 commit comments

Comments
 (0)