Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Session_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Tuples _cannot_ be altered once they have been created, if you try to do so, you'll get an error."
"Tuples _cannot_ be altered once they have been created that is Tuples are immutable by nature, if you try to do so, you'll get an error."
]
},
{
Expand Down Expand Up @@ -418,7 +418,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"You can add elements to the end of a list with <tt>append()</tt>"
"You can add elements to the end of a list with <tt>append()</tt> which is a predefined function"
]
},
{
Expand Down