summaryrefslogtreecommitdiff
path: root/C++_from_the_Ground/Chapter_16(1).ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'C++_from_the_Ground/Chapter_16(1).ipynb')
-rw-r--r--C++_from_the_Ground/Chapter_16(1).ipynb8
1 files changed, 3 insertions, 5 deletions
diff --git a/C++_from_the_Ground/Chapter_16(1).ipynb b/C++_from_the_Ground/Chapter_16(1).ipynb
index 941febba..98e3dc8a 100644
--- a/C++_from_the_Ground/Chapter_16(1).ipynb
+++ b/C++_from_the_Ground/Chapter_16(1).ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
- "signature": "sha256:bbf24dca4298d6f4bb5217612c0027ad0473157ec0c530ae82f2e0944bb06ddf"
+ "signature": "sha256:60d976a21b55caeaa47bb2c8586e986eed54234a29f15a816e7270f74ad2660e"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -215,8 +215,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\n",
- "#Display data specified number of times.\n",
+ " \n",
"def repeat(data,times):\n",
" while times:\n",
" print data\n",
@@ -415,8 +414,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\n",
- "#Defining constant\n",
+ " \n",
"def SIZE():\n",
" return 10\n",
"\n",