Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Oct 16, 2018
1 parent 0fa44f3 commit 18702e0
Show file tree
Hide file tree
Showing 13 changed files with 3,192 additions and 3,039 deletions.
10 changes: 5 additions & 5 deletions exercises/introduction/introduction-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 18,
"execution_count": 1,
"metadata": {
"hidden": true,
"nbsphinx": "hidden"
Expand Down Expand Up @@ -867,14 +867,14 @@
" <iframe\n",
" width=\"900\"\n",
" height=\"300\"\n",
" src=\"https://pythontutor.com/iframe-embed.html#py=3&code=x+%3D+5%0Ay%3D+7%0Az+%3D+x+%2B+y%0A%0A&cumulative=false&curInstr=0\"\n",
" src=\"https://pythontutor.com/iframe-embed.html#py=3&curInstr=0&code=x+%3D+5%0Ay%3D+7%0Az+%3D+x+%2B+y%0A%0A&cumulative=false\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7f7f7c139710>"
"<IPython.lib.display.IFrame at 0x7fe2e44d3a90>"
]
},
"execution_count": 15,
Expand Down Expand Up @@ -918,14 +918,14 @@
" <iframe\n",
" width=\"900\"\n",
" height=\"225\"\n",
" src=\"https://pythontutor.com/iframe-embed.html#py=3&code=x+%3D++w+%2B+5%0A&cumulative=false&curInstr=0\"\n",
" src=\"https://pythontutor.com/iframe-embed.html#py=3&curInstr=0&code=x+%3D++w+%2B+5%0A&cumulative=false\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.IFrame at 0x7f7f7c139a20>"
"<IPython.lib.display.IFrame at 0x7fe2e44cdf60>"
]
},
"execution_count": 17,
Expand Down

0 comments on commit 18702e0

Please sign in to comment.