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_5(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_5(1).ipynb')
-rw-r--r-- | C++_from_the_Ground/Chapter_5(1).ipynb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/C++_from_the_Ground/Chapter_5(1).ipynb b/C++_from_the_Ground/Chapter_5(1).ipynb index adbe1235..13085f5e 100644 --- a/C++_from_the_Ground/Chapter_5(1).ipynb +++ b/C++_from_the_Ground/Chapter_5(1).ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:daa9c054e3b743c745cfe62599d80f03d625b2ef5131489390410210f502a5cb" + "signature": "sha256:f41d93d043c68dcb6af847a40af38d47fc3a3d45c60675afb574707e38d804d9" }, "nbformat": 3, "nbformat_minor": 0, @@ -206,7 +206,7 @@ "\n", "print \"Enter a string: \"\n", "\n", - "#user input\n", + " \n", "str = \"Hello\"\n", "\n", "#Result\n", |