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..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 @@ -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" ] }, { @@ -88,7 +88,7 @@ "metadata": { "collapsed": true }, - "outputs": [], + "outputs": 11[], "source": [] }, {