summaryrefslogtreecommitdiff
path: root/_Programming_With_C/chapter8.ipynb
diff options
context:
space:
mode:
Diffstat (limited to '_Programming_With_C/chapter8.ipynb')
-rw-r--r--_Programming_With_C/chapter8.ipynb9
1 files changed, 0 insertions, 9 deletions
diff --git a/_Programming_With_C/chapter8.ipynb b/_Programming_With_C/chapter8.ipynb
index 398a8b23..e9a55558 100644
--- a/_Programming_With_C/chapter8.ipynb
+++ b/_Programming_With_C/chapter8.ipynb
@@ -25,7 +25,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#calculating factorials\n",
"\n",
"def factorial(n):\n",
"\t\n",
@@ -68,7 +67,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Average Length of Several Lines of Text\n",
"\n",
"def linecount(text):\n",
"\t\n",
@@ -111,7 +109,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#Search for a Maximum\n",
"\n",
"import math\n",
"\n",
@@ -178,7 +175,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Average Length of Several Lines of Text\n",
"\n",
"\n",
"def linecount(text):\n",
@@ -223,7 +219,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Generating Fibonacci Numbers\n",
"\n",
"def fibonacci(count):\n",
"\t\n",
@@ -295,7 +290,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Simulation of a game of chance (shooting craps)\n",
"\n",
"\n",
"\n",
@@ -378,7 +372,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#Search for a Maximum\n",
"\n",
"import math\n",
"\n",
@@ -444,7 +437,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Generating Fibonacci Numbers\n",
"\n",
"def fibonacci(count):\n",
"\t\n",
@@ -526,7 +518,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#Compound Interest\n",
"\n",
"import math\n",
"\n",