diff options
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",
|