diff options
Diffstat (limited to 'C++_from_the_Ground/Chapter_8(1).ipynb')
-rw-r--r-- | C++_from_the_Ground/Chapter_8(1).ipynb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/C++_from_the_Ground/Chapter_8(1).ipynb b/C++_from_the_Ground/Chapter_8(1).ipynb index 3092696e..4684861e 100644 --- a/C++_from_the_Ground/Chapter_8(1).ipynb +++ b/C++_from_the_Ground/Chapter_8(1).ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:cea79a35a095750f932030d193b34f2136c703d7c2c54113f8e7917863a4322a" + "signature": "sha256:cb32b4e80623f372b375323b458cf1a594dc5626da9cbe9346e1ec33417221d4" }, "nbformat": 3, "nbformat_minor": 0, @@ -427,8 +427,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\n", - "#myabs() in three ways\n", + " \n", "def myabs(i):\n", " if isinstance(i,int): #first instance\n", " print \"Using integer myabs(): \",\n", |