summaryrefslogtreecommitdiff
path: root/_Programming_With_C/chapter12.ipynb
diff options
context:
space:
mode:
Diffstat (limited to '_Programming_With_C/chapter12.ipynb')
-rw-r--r--_Programming_With_C/chapter12.ipynb3
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",