From 5e31801b3019a6454dd3b6fa3801caa5a5d32b41 Mon Sep 17 00:00:00 2001 From: patraabinash29 <63745266+patraabinash29@users.noreply.github.com> Date: Wed, 13 Oct 2021 12:42:23 +0530 Subject: [PATCH] Update Session_2.ipynb --- Session_2.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Session_2.ipynb b/Session_2.ipynb index 108b912..db20c92 100644 --- a/Session_2.ipynb +++ b/Session_2.ipynb @@ -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." ] }, { @@ -418,7 +418,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "You can add elements to the end of a list with append()" + "You can add elements to the end of a list with append() which is a predefined function" ] }, {