Skip to content

Commit

Permalink
fixed basics 974
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeoni committed Sep 26, 2019
1 parent 076e509 commit 2fcf131
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions exercises/basics/basics-solution.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"output_type": "stream",
"text": [
"<class 'int'>\n",
"94807813690496\n"
"94383670563968\n"
]
}
],
Expand All @@ -162,8 +162,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"value: 4 type: <class 'int'> id: 94807813690496\n",
"value: 5 type: <class 'int'> id: 94807813690528\n"
"value: 4 type: <class 'int'> id: 94383670563968\n",
"value: 5 type: <class 'int'> id: 94383670564000\n"
]
}
],
Expand Down Expand Up @@ -194,8 +194,8 @@
"name": "stdout",
"output_type": "stream",
"text": [
"value: 4 type: <class 'int'> id: 94807813690496\n",
"value: four type: <class 'str'> id: 140354757588112\n"
"value: 4 type: <class 'int'> id: 94383670563968\n",
"value: four type: <class 'str'> id: 139792032191576\n"
]
}
],
Expand Down Expand Up @@ -719,8 +719,8 @@
"You should see\n",
"```\n",
"9\n",
"7\n",
"4\n",
"7\n",
"```\n",
"\n",
"There are various ways to do it, try to use **only one** temporary variable and be careful not to lose values !\n",
Expand Down

0 comments on commit 2fcf131

Please sign in to comment.