Updating tests
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user