Skip to content

Commit 273b50e

Browse files
committed
typo fix
1 parent 6255b5d commit 273b50e

4 files changed

+46
-46
lines changed

.ipynb_checkpoints/Objects and Data Structures Assessment Test-Solution-checkpoint.ipynb

+12-12
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"cell_type": "markdown",
4949
"metadata": {},
5050
"source": [
51-
"##Numbers\n",
51+
"## Numbers\n",
5252
"\n",
5353
"Write an equation that uses multiplication, division, an exponent, addition, and subtraction that is equal to 100.25.\n",
5454
"\n",
@@ -263,7 +263,7 @@
263263
"cell_type": "markdown",
264264
"metadata": {},
265265
"source": [
266-
"##Strings"
266+
"## Strings"
267267
]
268268
},
269269
{
@@ -389,14 +389,14 @@
389389
"cell_type": "markdown",
390390
"metadata": {},
391391
"source": [
392-
"##Lists"
392+
"## Lists"
393393
]
394394
},
395395
{
396396
"cell_type": "markdown",
397397
"metadata": {},
398398
"source": [
399-
"Build this list [0,0,0] two seperate ways."
399+
"Build this list [0,0,0] two separate ways."
400400
]
401401
},
402402
{
@@ -566,7 +566,7 @@
566566
"cell_type": "markdown",
567567
"metadata": {},
568568
"source": [
569-
"##Dictionaries"
569+
"## Dictionaries"
570570
]
571571
},
572572
{
@@ -732,7 +732,7 @@
732732
"cell_type": "markdown",
733733
"metadata": {},
734734
"source": [
735-
"##Tuples"
735+
"## Tuples"
736736
]
737737
},
738738
{
@@ -771,7 +771,7 @@
771771
"cell_type": "markdown",
772772
"metadata": {},
773773
"source": [
774-
"##Sets "
774+
"## Sets "
775775
]
776776
},
777777
{
@@ -1048,21 +1048,21 @@
10481048
],
10491049
"metadata": {
10501050
"kernelspec": {
1051-
"display_name": "Python 2",
1051+
"display_name": "Python 3",
10521052
"language": "python",
1053-
"name": "python2"
1053+
"name": "python3"
10541054
},
10551055
"language_info": {
10561056
"codemirror_mode": {
10571057
"name": "ipython",
1058-
"version": 2
1058+
"version": 3
10591059
},
10601060
"file_extension": ".py",
10611061
"mimetype": "text/x-python",
10621062
"name": "python",
10631063
"nbconvert_exporter": "python",
1064-
"pygments_lexer": "ipython2",
1065-
"version": "2.7.10"
1064+
"pygments_lexer": "ipython3",
1065+
"version": "3.5.1"
10661066
}
10671067
},
10681068
"nbformat": 4,

.ipynb_checkpoints/Objects and Data Structures Assessment Test-checkpoint.ipynb

+11-11
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cell_type": "markdown",
4747
"metadata": {},
4848
"source": [
49-
"##Numbers\n",
49+
"## Numbers\n",
5050
"\n",
5151
"Write an equation that uses multiplication, division, an exponent, addition, and subtraction that is equal to 100.25.\n",
5252
"\n",
@@ -134,7 +134,7 @@
134134
"cell_type": "markdown",
135135
"metadata": {},
136136
"source": [
137-
"##Strings"
137+
"## Strings"
138138
]
139139
},
140140
{
@@ -206,7 +206,7 @@
206206
"cell_type": "markdown",
207207
"metadata": {},
208208
"source": [
209-
"##Lists"
209+
"## Lists"
210210
]
211211
},
212212
{
@@ -265,7 +265,7 @@
265265
"cell_type": "markdown",
266266
"metadata": {},
267267
"source": [
268-
"##Dictionaries"
268+
"## Dictionaries"
269269
]
270270
},
271271
{
@@ -341,7 +341,7 @@
341341
"cell_type": "markdown",
342342
"metadata": {},
343343
"source": [
344-
"##Tuples"
344+
"## Tuples"
345345
]
346346
},
347347
{
@@ -372,7 +372,7 @@
372372
"cell_type": "markdown",
373373
"metadata": {},
374374
"source": [
375-
"##Sets "
375+
"## Sets "
376376
]
377377
},
378378
{
@@ -559,21 +559,21 @@
559559
],
560560
"metadata": {
561561
"kernelspec": {
562-
"display_name": "Python 2",
562+
"display_name": "Python 3",
563563
"language": "python",
564-
"name": "python2"
564+
"name": "python3"
565565
},
566566
"language_info": {
567567
"codemirror_mode": {
568568
"name": "ipython",
569-
"version": 2
569+
"version": 3
570570
},
571571
"file_extension": ".py",
572572
"mimetype": "text/x-python",
573573
"name": "python",
574574
"nbconvert_exporter": "python",
575-
"pygments_lexer": "ipython2",
576-
"version": "2.7.10"
575+
"pygments_lexer": "ipython3",
576+
"version": "3.5.1"
577577
}
578578
},
579579
"nbformat": 4,

Objects and Data Structures Assessment Test-Solution.ipynb

+12-12
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"cell_type": "markdown",
4949
"metadata": {},
5050
"source": [
51-
"##Numbers\n",
51+
"## Numbers\n",
5252
"\n",
5353
"Write an equation that uses multiplication, division, an exponent, addition, and subtraction that is equal to 100.25.\n",
5454
"\n",
@@ -263,7 +263,7 @@
263263
"cell_type": "markdown",
264264
"metadata": {},
265265
"source": [
266-
"##Strings"
266+
"## Strings"
267267
]
268268
},
269269
{
@@ -389,14 +389,14 @@
389389
"cell_type": "markdown",
390390
"metadata": {},
391391
"source": [
392-
"##Lists"
392+
"## Lists"
393393
]
394394
},
395395
{
396396
"cell_type": "markdown",
397397
"metadata": {},
398398
"source": [
399-
"Build this list [0,0,0] two seperate ways."
399+
"Build this list [0,0,0] two separate ways."
400400
]
401401
},
402402
{
@@ -566,7 +566,7 @@
566566
"cell_type": "markdown",
567567
"metadata": {},
568568
"source": [
569-
"##Dictionaries"
569+
"## Dictionaries"
570570
]
571571
},
572572
{
@@ -732,7 +732,7 @@
732732
"cell_type": "markdown",
733733
"metadata": {},
734734
"source": [
735-
"##Tuples"
735+
"## Tuples"
736736
]
737737
},
738738
{
@@ -771,7 +771,7 @@
771771
"cell_type": "markdown",
772772
"metadata": {},
773773
"source": [
774-
"##Sets "
774+
"## Sets "
775775
]
776776
},
777777
{
@@ -1048,21 +1048,21 @@
10481048
],
10491049
"metadata": {
10501050
"kernelspec": {
1051-
"display_name": "Python 2",
1051+
"display_name": "Python 3",
10521052
"language": "python",
1053-
"name": "python2"
1053+
"name": "python3"
10541054
},
10551055
"language_info": {
10561056
"codemirror_mode": {
10571057
"name": "ipython",
1058-
"version": 2
1058+
"version": 3
10591059
},
10601060
"file_extension": ".py",
10611061
"mimetype": "text/x-python",
10621062
"name": "python",
10631063
"nbconvert_exporter": "python",
1064-
"pygments_lexer": "ipython2",
1065-
"version": "2.7.10"
1064+
"pygments_lexer": "ipython3",
1065+
"version": "3.5.1"
10661066
}
10671067
},
10681068
"nbformat": 4,

Objects and Data Structures Assessment Test.ipynb

+11-11
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"cell_type": "markdown",
4747
"metadata": {},
4848
"source": [
49-
"##Numbers\n",
49+
"## Numbers\n",
5050
"\n",
5151
"Write an equation that uses multiplication, division, an exponent, addition, and subtraction that is equal to 100.25.\n",
5252
"\n",
@@ -134,7 +134,7 @@
134134
"cell_type": "markdown",
135135
"metadata": {},
136136
"source": [
137-
"##Strings"
137+
"## Strings"
138138
]
139139
},
140140
{
@@ -206,7 +206,7 @@
206206
"cell_type": "markdown",
207207
"metadata": {},
208208
"source": [
209-
"##Lists"
209+
"## Lists"
210210
]
211211
},
212212
{
@@ -265,7 +265,7 @@
265265
"cell_type": "markdown",
266266
"metadata": {},
267267
"source": [
268-
"##Dictionaries"
268+
"## Dictionaries"
269269
]
270270
},
271271
{
@@ -341,7 +341,7 @@
341341
"cell_type": "markdown",
342342
"metadata": {},
343343
"source": [
344-
"##Tuples"
344+
"## Tuples"
345345
]
346346
},
347347
{
@@ -372,7 +372,7 @@
372372
"cell_type": "markdown",
373373
"metadata": {},
374374
"source": [
375-
"##Sets "
375+
"## Sets "
376376
]
377377
},
378378
{
@@ -559,21 +559,21 @@
559559
],
560560
"metadata": {
561561
"kernelspec": {
562-
"display_name": "Python 2",
562+
"display_name": "Python 3",
563563
"language": "python",
564-
"name": "python2"
564+
"name": "python3"
565565
},
566566
"language_info": {
567567
"codemirror_mode": {
568568
"name": "ipython",
569-
"version": 2
569+
"version": 3
570570
},
571571
"file_extension": ".py",
572572
"mimetype": "text/x-python",
573573
"name": "python",
574574
"nbconvert_exporter": "python",
575-
"pygments_lexer": "ipython2",
576-
"version": "2.7.10"
575+
"pygments_lexer": "ipython3",
576+
"version": "3.5.1"
577577
}
578578
},
579579
"nbformat": 4,

0 commit comments

Comments
 (0)