summaryrefslogtreecommitdiff
path: root/C++_from_the_Ground/Chapter_4(1).ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'C++_from_the_Ground/Chapter_4(1).ipynb')
-rw-r--r--C++_from_the_Ground/Chapter_4(1).ipynb10
1 files changed, 3 insertions, 7 deletions
diff --git a/C++_from_the_Ground/Chapter_4(1).ipynb b/C++_from_the_Ground/Chapter_4(1).ipynb
index ebd72abc..ca8e76db 100644
--- a/C++_from_the_Ground/Chapter_4(1).ipynb
+++ b/C++_from_the_Ground/Chapter_4(1).ipynb
@@ -1,7 +1,7 @@
{
"metadata": {
"name": "",
- "signature": "sha256:7a7e07f5e71ec203dfa93cc13b4ce9de80c80af3b59f8d7d6bebe41c247db83e"
+ "signature": "sha256:f944500666c92742656b5a25638e93a82042acafb19b205aac684e2d9ac2df51"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -425,9 +425,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\n",
- "\n",
- "#Displaying the menu\n",
+ " \n",
"print \"Help on:\"\n",
"print \"1. for\"\n",
"print \"2. if\"\n",
@@ -517,9 +515,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\n",
- "'''Displays all printable characters.'''\n",
- "\n",
+ " \n",
"#Variable decleration\n",
"ch = 32\n",
"\n",