From 7c756fcc12d21693818e58f6936cab5b7c112868 Mon Sep 17 00:00:00 2001 From: debashisdeb Date: Sat, 21 Jun 2014 00:52:25 +0530 Subject: Removed Problem Statements Completely --- C++_from_the_Ground/Chapter_22(1).ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'C++_from_the_Ground/Chapter_22(1).ipynb') diff --git a/C++_from_the_Ground/Chapter_22(1).ipynb b/C++_from_the_Ground/Chapter_22(1).ipynb index 8c26974a..39b8cb88 100644 --- a/C++_from_the_Ground/Chapter_22(1).ipynb +++ b/C++_from_the_Ground/Chapter_22(1).ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:53f00d75f5adfa37af0d8067426691c881e1b4ea1e38045c3a67a88230ca00f5" + "signature": "sha256:2d1838d005f866ea4e20c93ff6de54ebfd0d0c26c2e3055fc05467a06502c1dc" }, "nbformat": 3, "nbformat_minor": 0, @@ -248,8 +248,7 @@ "input": [ "\n", "import inspect\n", - "\n", - "#Returns the current line number in our program.\n", + " \n", "def lineno():\n", " return inspect.currentframe().f_back.f_lineno\n", " \n", -- cgit