Skip to content

Commit 21d280c

Browse files
committed
Edited explanatory text for clarity.
1 parent 30a0651 commit 21d280c

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

notebooks/0c_python1.ipynb

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,6 @@
2828
"cell_type": "markdown",
2929
"metadata": {},
3030
"source": [
31-
"# Python\n",
32-
"\n",
33-
"Below, we will cover:\n",
34-
"\n",
35-
"- Basic data types: `int`, `float`,`str`.\n",
36-
"- Data structures: lists and dictionaries.\n",
37-
"- Functions and methods.\n",
38-
"- Mutability.\n",
39-
"\n",
40-
"\n",
4131
"## Preliminary items\n",
4232
"\n",
4333
"By tradition, the first programming task for new learners is to print \"Hello, World!\" to the default output.\n",
@@ -512,7 +502,7 @@
512502
"name": "stdout",
513503
"output_type": "stream",
514504
"text": [
515-
"2021-01-18 17:31:51.092606\n"
505+
"2022-06-04 12:07:48.489845\n"
516506
]
517507
}
518508
],
@@ -530,9 +520,9 @@
530520
"name": "stdout",
531521
"output_type": "stream",
532522
"text": [
533-
"2021\n",
534-
"1\n",
535-
"18\n"
523+
"2022\n",
524+
"6\n",
525+
"4\n"
536526
]
537527
}
538528
],
@@ -552,7 +542,7 @@
552542
"name": "stdout",
553543
"output_type": "stream",
554544
"text": [
555-
"2020-01-19 17:31:51.092606\n"
545+
"2021-06-04 12:07:48.489845\n"
556546
]
557547
}
558548
],

0 commit comments

Comments
 (0)