summaryrefslogtreecommitdiff
path: root/Practical_C_Programming/Chapter_3_4.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Practical_C_Programming/Chapter_3_4.ipynb')
-rw-r--r--Practical_C_Programming/Chapter_3_4.ipynb22
1 files changed, 17 insertions, 5 deletions
diff --git a/Practical_C_Programming/Chapter_3_4.ipynb b/Practical_C_Programming/Chapter_3_4.ipynb
index b0fd7f89..1a74741f 100644
--- a/Practical_C_Programming/Chapter_3_4.ipynb
+++ b/Practical_C_Programming/Chapter_3_4.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": "Chapter 3"
+ "name": "",
+ "signature": "sha256:0893bf0eb544a1587dd8191af7502dfb1634a7c77a30f208ad67851517e5431c"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -11,25 +12,36 @@
"cell_type": "heading",
"level": 1,
"metadata": {},
- "source": "Chapter 3: Style"
+ "source": [
+ "Chapter 3: Style"
+ ]
},
{
"cell_type": "heading",
"level": 3,
"metadata": {},
- "source": "Example 3.1, Page number: 57"
+ "source": [
+ "Example 3.1, Page number: 57"
+ ]
},
{
"cell_type": "code",
"collapsed": false,
- "input": "# Example 3.1.py\n# To print 'Hello World'\n\n\n# Result\nprint ('Hello World')",
+ "input": [
+ "\n",
+ "\n",
+ "# Result\n",
+ "print ('Hello World')"
+ ],
"language": "python",
"metadata": {},
"outputs": [
{
"output_type": "stream",
"stream": "stdout",
- "text": "Hello World\n"
+ "text": [
+ "Hello World\n"
+ ]
}
],
"prompt_number": 1