diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Beginning_C_By_Ivon_Horton/chapter13.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
Diffstat (limited to 'Beginning_C_By_Ivon_Horton/chapter13.ipynb')
-rw-r--r-- | Beginning_C_By_Ivon_Horton/chapter13.ipynb | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/Beginning_C_By_Ivon_Horton/chapter13.ipynb b/Beginning_C_By_Ivon_Horton/chapter13.ipynb index 8a2ffbe5..6169215b 100644 --- a/Beginning_C_By_Ivon_Horton/chapter13.ipynb +++ b/Beginning_C_By_Ivon_Horton/chapter13.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:a9141c3e95bf9510ebd3627775c232beb902109a956e0bd2f7e906b08fe40884" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Demonstrating assertions\n", - "\"\"\"\n", + "\n", "\n", "y = 5\n", "for x in range(20):\n", @@ -76,9 +75,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Test our timer function\n", - "\"\"\"\n", "\n", "import time\n", "import datetime\n", @@ -175,9 +171,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Getting date data with ease\n", - "\"\"\"\n", + "\n", "\n", "from datetime import *\n", "import time\n", @@ -228,9 +222,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Getting the day for a given date\n", - "\"\"\"\n", + "\n", "\n", "from datetime import *\n", "import time\n", |