diff options
Diffstat (limited to '_Programming_With_C/chapter3.ipynb')
-rw-r--r-- | _Programming_With_C/chapter3.ipynb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_Programming_With_C/chapter3.ipynb b/_Programming_With_C/chapter3.ipynb index b9600cd8..fbf10f10 100644 --- a/_Programming_With_C/chapter3.ipynb +++ b/_Programming_With_C/chapter3.ipynb @@ -25,7 +25,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "#illustrates the size of respective data type (in C)\n",
"\n",
"import ctypes as ct\n",
"\n",
@@ -62,7 +61,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "# to calculate the roots of quadratic equation\n",
"\n",
"\n",
"print \"for the equation ax^2+bx+c \\n\"\n",
@@ -106,7 +104,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "# to convert a lower case char to upper case\n",
"\n",
"\n",
"\n",
|