From 5d74852dd1f3125717998c9800c35ef083f4036c Mon Sep 17 00:00:00 2001 From: Poonam1390 <61311216+Poonam1390@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:27:40 +0000 Subject: [PATCH 1/2] Update Debugging.py --- Debugging.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debugging.py b/Debugging.py index d70e078..420c4be 100644 --- a/Debugging.py +++ b/Debugging.py @@ -7,3 +7,5 @@ final = a + b + c print(final) + +##a simple code From d00c054a4c64d90a6955d6b55237046d1cb887f0 Mon Sep 17 00:00:00 2001 From: Poonam1390 <61311216+Poonam1390@users.noreply.github.com> Date: Fri, 21 Feb 2020 11:13:18 +0000 Subject: [PATCH 2/2] Update Playing with classes.py --- Playing with classes.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Playing with classes.py b/Playing with classes.py index 05bc830..4a74b2c 100644 --- a/Playing with classes.py +++ b/Playing with classes.py @@ -138,3 +138,5 @@ def clear(): #Clears screen on linux or windows if __name__ == "__main__": main() + + ##figuring this out