Skip to content

Commit 92a722c

Browse files
committed
update Ch02-1
1 parent e444756 commit 92a722c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

notebooks/Ch02-1-Data-Variables-StdIO.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@
11621162
},
11631163
{
11641164
"cell_type": "code",
1165-
"execution_count": 2,
1165+
"execution_count": null,
11661166
"metadata": {},
11671167
"outputs": [
11681168
{
@@ -1174,7 +1174,7 @@
11741174
}
11751175
],
11761176
"source": [
1177-
"# Enter two numbers separated by space\n",
1177+
"# Enter two numbers separated by space, how about three numbers?\n",
11781178
"values = input()\n",
11791179
"num1, num2 = values.split()\n",
11801180
"num1 = int(num1)\n",
@@ -1199,7 +1199,7 @@
11991199
"- step by step process to solve a given problem\n",
12001200
" - like a recipe for a food menu\n",
12011201
"- what are the steps you'd give a martian to buy grocery on earth?\n",
1202-
" 1. Make a shopping list \n",
1202+
" - Make a shopping list \n",
12031203
" - Drive to a grocery store\n",
12041204
" - Park your car\n",
12051205
" - Find items in the list\n",

0 commit comments

Comments
 (0)