diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /_Programming_With_C/chapter5.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
Diffstat (limited to '_Programming_With_C/chapter5.ipynb')
-rw-r--r-- | _Programming_With_C/chapter5.ipynb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_Programming_With_C/chapter5.ipynb b/_Programming_With_C/chapter5.ipynb index b76ef801..ea09f2bd 100644 --- a/_Programming_With_C/chapter5.ipynb +++ b/_Programming_With_C/chapter5.ipynb @@ -25,7 +25,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "#Compound Interest\n",
"\n",
"import math\n",
"\n",
@@ -59,7 +58,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "#Real Rppts of a Quadratic Equation\n",
"\n",
"import math\n",
"\n",
|