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/chapter12.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/chapter12.ipynb')
-rw-r--r-- | _Programming_With_C/chapter12.ipynb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/_Programming_With_C/chapter12.ipynb b/_Programming_With_C/chapter12.ipynb index 8cde425c..09e4c7e9 100644 --- a/_Programming_With_C/chapter12.ipynb +++ b/_Programming_With_C/chapter12.ipynb @@ -115,7 +115,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "# Updating Costumer Records\n",
"from ctypes import *\n",
"\n",
"string=c_char*50\n",
@@ -315,7 +314,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "# To process a linked List of strings\n",
"\n",
"class node():\n",
"\t\n",
@@ -457,7 +455,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "# Raising a number to a power\n",
"\n",
"from ctypes import *\n",
"import math\n",
|