Updating tests

This commit is contained in:
Apoorva Ranade
2021-02-22 19:32:37 +05:30
parent 609903851d
commit 6bcd40cbf9
2 changed files with 6 additions and 1 deletions
@@ -29,3 +29,7 @@ class Stones(object):
def bar():
return 2+3
print("Wrong Place")
def fun1():
def fun2():
print("Hello")
@@ -3,6 +3,7 @@ print("Hi")
def fun1():
def fun2():
print("Hello")
fun2()
print("World")