From f2ee5564ca81d493c281af51e980bdab4e999368 Mon Sep 17 00:00:00 2001 From: mjoshi25-git Date: Mon, 16 Sep 2024 20:39:00 +0530 Subject: [PATCH 1/2] Update 09-Objects and Data Structures Assessment Test.ipynb --- .../09-Objects and Data Structures Assessment Test.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb b/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb index 6b94d5182..ef8f0e067 100644 --- a/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb +++ b/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb @@ -38,15 +38,15 @@ "source": [ "Double Click HERE to edit this markdown cell and write answers.\n", "\n", - "Numbers:\n", + "Numbers: There are two main number types i.e Integers and Floating. Integers are whole numbers where as Floating point numbers are numbers with decimal.\n", "\n", - "Strings:\n", + "Strings: String are sequences of characters.\n", "\n", "Lists:\n", "\n", - "Tuples:\n", + "Tuples: are very similar to lists. Tuples are immutable. Once an element is inside tuple, it cannot be reassigned.\n", "\n", - "Dictionaries:\n" + "Dictionaries: are unordered mappings for storing objects. Directories use key- value pairing.\n" ] }, { From 0d6617d572546ccde09a2132e2b25ae8b5d0972e Mon Sep 17 00:00:00 2001 From: mjoshi25-git Date: Mon, 16 Sep 2024 21:03:40 +0530 Subject: [PATCH 2/2] Update 09-Objects and Data Structures Assessment Test.ipynb --- .../09-Objects and Data Structures Assessment Test.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb b/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb index ef8f0e067..beedc9959 100644 --- a/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb +++ b/00-Python Object and Data Structure Basics/09-Objects and Data Structures Assessment Test.ipynb @@ -88,7 +88,7 @@ "metadata": { "collapsed": true }, - "outputs": [], + "outputs": 11[], "source": [] }, {