From a48068a5f5291f3fc9378731977b3cd9a6295cb5 Mon Sep 17 00:00:00 2001 From: akshatbhatter1 <72153930+akshatbhatter1@users.noreply.github.com> Date: Thu, 1 Oct 2020 10:15:12 +0530 Subject: [PATCH] Update classtools.py --- classtools.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/classtools.py b/classtools.py index f3d8a79..5ee0436 100644 --- a/classtools.py +++ b/classtools.py @@ -32,5 +32,4 @@ class SubTest(TopTest): pass X, Y = TopTest(), SubTest() - print(X) - print(Y) + print(X,"\n",y)