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