Working tests

This commit is contained in:
Apoorva Ranade
2021-02-26 19:14:42 +05:30
parent 0a0b308dcc
commit d7a9aab8a4
+10 -10
View File
@@ -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