summaryrefslogtreecommitdiff
path: root/_Programming_With_C/chapter3.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /_Programming_With_C/chapter3.ipynb
parenta78126bbe4443e9526a64df9d8245c4af8843044 (diff)
downloadPython-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/chapter3.ipynb')
-rw-r--r--_Programming_With_C/chapter3.ipynb3
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",