diff options
author | Hardik Ghaghada | 2014-06-20 15:52:25 +0530 |
---|---|---|
committer | Hardik Ghaghada | 2014-06-20 15:52:25 +0530 |
commit | e1e59ca3a50d9f93e8b7bc0693b8081d5db77771 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /_Programming_With_C/chapter14.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
parent | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (diff) | |
download | Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.tar.gz Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.tar.bz2 Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.zip |
Merge pull request #1 from debashisdeb/master
removing problem statements from all the chapters to avoid copyright violations
Diffstat (limited to '_Programming_With_C/chapter14.ipynb')
-rw-r--r-- | _Programming_With_C/chapter14.ipynb | 3 |
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",
|