summaryrefslogtreecommitdiff
path: root/_Programming_With_C/chapter13.ipynb
diff options
context:
space:
mode:
Diffstat (limited to '_Programming_With_C/chapter13.ipynb')
-rw-r--r--_Programming_With_C/chapter13.ipynb3
1 files changed, 0 insertions, 3 deletions
diff --git a/_Programming_With_C/chapter13.ipynb b/_Programming_With_C/chapter13.ipynb
index fca3666f..fe4b86df 100644
--- a/_Programming_With_C/chapter13.ipynb
+++ b/_Programming_With_C/chapter13.ipynb
@@ -25,7 +25,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Writing to a data file\n",
"\n",
"fp=open(\"output.txt\",'w')\n",
"for k in range(65,91):\n",
@@ -50,7 +49,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Creating a file containing customer records\n",
"\n",
"from ctypes import *\n",
"\n",
@@ -154,7 +152,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# concept of binary files\n",
"\n",
"fp=open('binval.txt','wb')\n",
"\n",