Skip to content

Commit

Permalink
Add a code cell into hello world with a simple environment test
Browse files Browse the repository at this point in the history
  • Loading branch information
skipperguy12 committed Jul 13, 2016
1 parent 4d5feb2 commit a6db5b4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions projects/1-hello-world/neil.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,34 @@
"\n",
"Outside of computers completely, I enjoy badminton and watching movies with friends. "
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"collapsed": false
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"True\n"
]
}
],
"source": [
"print(1==1)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

1 comment on commit a6db5b4

@JoeOsborn
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

I'll merge once I've had a chance to look at the day 2 assignments!

Please sign in to comment.