Skip to content

Commit ff3e639

Browse files
committed
typos
1 parent c66f779 commit ff3e639

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/notebooks/13_numbers.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"cell_type": "markdown",
123123
"metadata": {},
124124
"source": [
125-
"7. Modulo `%`: "
125+
"7. Modulo: `%` "
126126
]
127127
},
128128
{
@@ -353,7 +353,7 @@
353353
"outputs": [],
354354
"source": [
355355
"# first input\n",
356-
"first_number = float (input (\"Insert the first number: \")) # change wrt above \n",
356+
"first_number = float (input (\"Insert the first number: \")) \n",
357357
"\n",
358358
"# operator\n",
359359
"operator = input (\"Insert an arithmetic operator: \")\n",
@@ -400,7 +400,7 @@
400400
"name": "python",
401401
"nbconvert_exporter": "python",
402402
"pygments_lexer": "ipython3",
403-
"version": "3.9.13"
403+
"version": "3.11.4"
404404
},
405405
"widgets": {
406406
"application/vnd.jupyter.widget-state+json": {

0 commit comments

Comments
 (0)