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_19(1).ipynb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'C++_from_the_Ground/Chapter_19(1).ipynb') diff --git a/C++_from_the_Ground/Chapter_19(1).ipynb b/C++_from_the_Ground/Chapter_19(1).ipynb index 3c9ecd17..7f04b7ea 100644 --- a/C++_from_the_Ground/Chapter_19(1).ipynb +++ b/C++_from_the_Ground/Chapter_19(1).ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:d2c5aefc81786f6e7a83b5f07eeb250789c73d2ab2ad23662758aa0cdec50617" + "signature": "sha256:20d38d92a3a25bc02f8bf5fb1b35ef1503e1987dff61d43c4881deab4561fe2c" }, "nbformat": 3, "nbformat_minor": 0, @@ -273,8 +273,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\n", - "#Template class\n", + " \n", "class myclass:\n", " def __init__(self,i):\n", " self.__a=i\n", -- cgit