summaryrefslogtreecommitdiff
path: root/Beginning_C_By_Ivon_Horton/chapter1.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Beginning_C_By_Ivon_Horton/chapter1.ipynb')
-rw-r--r--Beginning_C_By_Ivon_Horton/chapter1.ipynb33
1 files changed, 10 insertions, 23 deletions
diff --git a/Beginning_C_By_Ivon_Horton/chapter1.ipynb b/Beginning_C_By_Ivon_Horton/chapter1.ipynb
index c989b607..a59448aa 100644
--- a/Beginning_C_By_Ivon_Horton/chapter1.ipynb
+++ b/Beginning_C_By_Ivon_Horton/chapter1.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:8e3cf2addd66f79ee38d4e50bfee328191c27b60f9cde7a75aa445057c2c6240"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,9 +28,8 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "Very First C Program - Displaying Hello World */\n",
- "\"\"\"\n",
+ "\n",
+ "\n",
"\n",
"print \"Hello world!\"\n"
],
@@ -58,9 +58,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "Second C Program\n",
- "\"\"\"\n",
+ "\n",
"\n",
"print \"\\\"If at first you don't succeed, try, try, try again!\\\"\""
],
@@ -89,9 +87,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "Another Simple C Program - Displaying a Quotation\n",
- "\"\"\"\n",
+ "\n",
"\n",
"print \"Beware the Ides of March!\""
],
@@ -120,9 +116,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "Displaying Quotation \n",
- "\"\"\"\n",
+ "\n",
"\n",
"print \"My formula for success?\\nRise early, work late, strike oil.\\n\""
],
@@ -153,9 +147,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "Another Simple C Program - Displaying Great Quotations\n",
- "\"\"\"\n",
+ "\n",
"\n",
"print \"\\\"It is a wise father that knows his own child.\\\"\\nShakespeare\\n\""
],
@@ -186,10 +178,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "Another Simple C Program - Displaying Great Quotations\n",
- "note: \\a does not work in python\n",
- "\"\"\"\n",
+ "\n",
"\n",
"print \"Be careful!!\\n \\a\""
],
@@ -219,9 +208,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "A longer program\n",
- "\"\"\"\n",
+ "\n",
"\n",
"print \"Hi there!\\nThis program is a bit longer than the others.\"\n",
"print \"But really it's only more text.\\n\\a\\a\"\n",