From 3afb03ffbaac2ee1b0090e5dbcd43dd489355a6a Mon Sep 17 00:00:00 2001 From: Kevin Harding <38362406+kehardin@users.noreply.github.com> Date: Mon, 16 Apr 2018 10:10:40 -0500 Subject: [PATCH 1/3] Update 09-Objects and Data Structures Assessment Test.ipynb Test answers --- .../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 149e61a..7c3e0f4 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", + "\n There 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 ahve 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", From 30fe26d5edfb003a27a59e34c501f746c2f42591 Mon Sep 17 00:00:00 2001 From: Kevin Harding <38362406+kehardin@users.noreply.github.com> Date: Mon, 16 Apr 2018 10:15:27 -0500 Subject: [PATCH 2/3] 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 7c3e0f4..abd5f00 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 There 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 ahve a decimal point in them or us an exponential to define a number for example 3.2 or 11000.554 ", + "There 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", From 68e4c2adab28e5a4e073acf41bda671c083e14ea Mon Sep 17 00:00:00 2001 From: Kevin Harding <38362406+kehardin@users.noreply.github.com> Date: Mon, 16 Apr 2018 10:17:00 -0500 Subject: [PATCH 3/3] 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 abd5f00..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", - "There 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 ", + "\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",