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/chapter2.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/chapter2.ipynb')
-rw-r--r-- | _Programming_With_C/chapter2.ipynb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/_Programming_With_C/chapter2.ipynb b/_Programming_With_C/chapter2.ipynb index 8b81d936..178b56ae 100644 --- a/_Programming_With_C/chapter2.ipynb +++ b/_Programming_With_C/chapter2.ipynb @@ -52,7 +52,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "# for adding two numbers\n",
"\n",
"\n",
"sum=10+20\n",
@@ -83,7 +82,6 @@ "collapsed": false,
"input": [
"\n",
- "# to find the sum. numbers taken as input\n",
"\n",
"\n",
"num1,num2=50,25\n",
|