Updating tests
This commit is contained in:
@@ -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,6 +3,7 @@ print("Hi")
|
|||||||
def fun1():
|
def fun1():
|
||||||
def fun2():
|
def fun2():
|
||||||
print("Hello")
|
print("Hello")
|
||||||
|
fun2()
|
||||||
|
|
||||||
print("World")
|
print("World")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user