diff options
Diffstat (limited to 'Beginning_C_By_Ivon_Horton/chapter8.ipynb')
-rw-r--r-- | Beginning_C_By_Ivon_Horton/chapter8.ipynb | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Beginning_C_By_Ivon_Horton/chapter8.ipynb b/Beginning_C_By_Ivon_Horton/chapter8.ipynb index 2b0cdc0b..54da74de 100644 --- a/Beginning_C_By_Ivon_Horton/chapter8.ipynb +++ b/Beginning_C_By_Ivon_Horton/chapter8.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:3fbbd33189f83aa6d0187f308c759f69619a009cb3b8fae3f4a0ad98df7c2c47" + "signature": "sha256:9c1a031463da8a03e6f56a08f572c87969b01883476b123f1b468e43c2cd2b66" }, "nbformat": 3, "nbformat_minor": 0, @@ -71,11 +71,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "More scope in this example\n", - "note: the way it is given in textbook is not possible in Python\n", - "\"\"\"\n", - "\n", + " \n", "\n", "count = 0\n", "while(count<=5):\n", |