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(): def bar():
return 2+3 return 2+3
print("Wrong Place") print("Wrong Place")
def fun1():
def fun2():
print("Hello")
@@ -3,7 +3,8 @@ print("Hi")
def fun1(): def fun1():
def fun2(): def fun2():
print("Hello") print("Hello")
fun2()
print("World") print("World")
def fun3(): def fun3():