Skip to content

Commit

Permalink
tpos
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierian-Data committed Jan 28, 2016
1 parent e2013b7 commit d5a5bec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"collapsed": true
},
"source": [
"#Statements Assessment Solutions"
"# Statements Assessment Solutions"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"_____\n",
"**Use for, split(), and if to create a Statement that will print out letters that start with 's':**"
"**Use for, split(), and if to create a Statement that will print out words that start with 's':**"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"collapsed": true
},
"source": [
"#Statements Assessment Test\n",
"# Statements Assessment Test\n",
"Lets test your knowledge!"
]
},
Expand All @@ -15,7 +15,7 @@
"metadata": {},
"source": [
"_____\n",
"**Use for, split(), and if to create a Statement that will print out letters that start with 's':**"
"**Use for, split(), and if to create a Statement that will print out words that start with 's':**"
]
},
{
Expand Down Expand Up @@ -193,7 +193,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"version": "2.7.11"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions Statements Assessment Test - Solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"collapsed": true
},
"source": [
"#Statements Assessment Solutions"
"# Statements Assessment Solutions"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"_____\n",
"**Use for, split(), and if to create a Statement that will print out letters that start with 's':**"
"**Use for, split(), and if to create a Statement that will print out words that start with 's':**"
]
},
{
Expand Down
6 changes: 3 additions & 3 deletions Statements Assessment Test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"collapsed": true
},
"source": [
"#Statements Assessment Test\n",
"# Statements Assessment Test\n",
"Lets test your knowledge!"
]
},
Expand All @@ -15,7 +15,7 @@
"metadata": {},
"source": [
"_____\n",
"**Use for, split(), and if to create a Statement that will print out letters that start with 's':**"
"**Use for, split(), and if to create a Statement that will print out words that start with 's':**"
]
},
{
Expand Down Expand Up @@ -193,7 +193,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.10"
"version": "2.7.11"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d5a5bec

Please sign in to comment.