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.ipynb41
1 files changed, 41 insertions, 0 deletions
diff --git a/Practical_C_Programming/Chapter_3_4.ipynb b/Practical_C_Programming/Chapter_3_4.ipynb
new file mode 100644
index 00000000..b0fd7f89
--- /dev/null
+++ b/Practical_C_Programming/Chapter_3_4.ipynb
@@ -0,0 +1,41 @@
+{
+ "metadata": {
+ "name": "Chapter 3"
+ },
+ "nbformat": 3,
+ "nbformat_minor": 0,
+ "worksheets": [
+ {
+ "cells": [
+ {
+ "cell_type": "heading",
+ "level": 1,
+ "metadata": {},
+ "source": "Chapter 3: Style"
+ },
+ {
+ "cell_type": "heading",
+ "level": 3,
+ "metadata": {},
+ "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')",
+ "language": "python",
+ "metadata": {},
+ "outputs": [
+ {
+ "output_type": "stream",
+ "stream": "stdout",
+ "text": "Hello World\n"
+ }
+ ],
+ "prompt_number": 1
+ }
+ ],
+ "metadata": {}
+ }
+ ]
+} \ No newline at end of file