Skip to content

Commit 3fb63c0

Browse files
committed
rephrase variables explanation, remove link from workbook
1 parent b49d5aa commit 3fb63c0

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Python_01_basics.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@
193193
"\n",
194194
"![picture of sticky notes](Alice_age.jpg)\n",
195195
"\n",
196-
"The variable bob_age is independent from alice_age, even though it was assigned the same value. This is just the way variables are defined in Python. It would be perfectly fine to have another kind of variable where the two variables are connected, but this is not how standard python variables work."
196+
"The variable bob_age is independent from alice_age, even though it was initially assigned the value from alice_age.\n",
197+
"This is just the way variables are defined in Python. It would be perfectly fine to have another kind of variable where the two variables are connected, but this is not how standard python variables work."
197198
]
198199
},
199200
{

Workbook.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"source": [
77
"# Python course workbook\n",
88
"\n",
9-
"You can [find the course material here](\n",
10-
"https://scriptotek.github.io/python-novice-inflammation/index.html).\n",
11-
"You can use this workbook for your own notes, and for doing the exercises."
9+
"You can use this Jupyter Notebook for your own notes, and for doing the exercises."
1210
]
1311
},
1412
{

0 commit comments

Comments
 (0)