Updating tests yet again
This commit is contained in:
@@ -74,4 +74,15 @@ Here I am"
|
||||
"""
|
||||
This is a
|
||||
multi-line comment.
|
||||
"""
|
||||
"""
|
||||
|
||||
|
||||
def get_stones(name:str)->str:
|
||||
color=['Red','Blue']
|
||||
stones=['Mind','Soul']
|
||||
def map_name(nm:str)->str:
|
||||
return stones[color.index(nm)]
|
||||
return map_name(name)
|
||||
|
||||
stone="Blue"
|
||||
print(get_stones(stone))
|
||||
Reference in New Issue
Block a user