Working tests
This commit is contained in:
@@ -9,26 +9,26 @@ class Foo(object):
|
||||
y = 10
|
||||
|
||||
def get_stones(name:str)->str:
|
||||
color=["Red","Blue"]
|
||||
stones=["Mind","Soul"]
|
||||
def map_name(nm:str)->str:
|
||||
return stones[color.index(nm)]
|
||||
color=["Red","Blue"]
|
||||
stones=["Mind","Soul"]
|
||||
return map_name(name)
|
||||
|
||||
def fun1():
|
||||
def fun2():
|
||||
def funa():
|
||||
def funb():
|
||||
print("Hello")
|
||||
fun2()
|
||||
funb()
|
||||
|
||||
def fun3():
|
||||
def fun4():
|
||||
def fund():
|
||||
def fune():
|
||||
print("Hello")
|
||||
c = 4 + 5
|
||||
|
||||
def fun5():
|
||||
c = 6
|
||||
def fun6():
|
||||
def funf():
|
||||
def fung():
|
||||
print("Hello")
|
||||
c = 6
|
||||
c = 4 + 5
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user