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 149e61a..3a6a1dc 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 @@ -32,7 +32,7 @@ "metadata": {}, "source": [ "Numbers:\n", - "\n", + "\nThere are 2 different type of numbers in python, first is Integers and they are just whole numbers, positive or negative.\n The second is going to be floating points that are notable because they have a decimal point in them or us an exponential to define a number for example 3.2 or 11000.554 ", "Strings:\n", "\n", "Lists:\n",