diff options
author | debashisdeb | 2014-06-21 00:52:25 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-21 00:52:25 +0530 |
commit | 7c756fcc12d21693818e58f6936cab5b7c112868 (patch) | |
tree | 009cb02ec85f4a75ac7b64239751f15361df2bfe /C++_from_the_Ground/Chapter_8(1).ipynb | |
parent | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (diff) | |
download | Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.tar.gz Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.tar.bz2 Python-Textbook-Companions-7c756fcc12d21693818e58f6936cab5b7c112868.zip |
Removed Problem Statements Completely
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", |