summaryrefslogtreecommitdiff
path: root/_Programming_With_C/chapter14.ipynb
diff options
context:
space:
mode:
Diffstat (limited to '_Programming_With_C/chapter14.ipynb')
-rw-r--r--_Programming_With_C/chapter14.ipynb3
1 files changed, 0 insertions, 3 deletions
diff --git a/_Programming_With_C/chapter14.ipynb b/_Programming_With_C/chapter14.ipynb
index 325040e9..d89e7c72 100644
--- a/_Programming_With_C/chapter14.ipynb
+++ b/_Programming_With_C/chapter14.ipynb
@@ -25,7 +25,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# illustrates the use of right shift operator\n",
"\n",
"a=0xf05a\n",
"\n",
@@ -57,7 +56,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# displaying bit patterns\n",
"\n",
"\n",
"a=1\n",
@@ -129,7 +127,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Storing Names and Birthdays\n",
"\n",
"from ctypes import *\n",
"\n",