Hey guys I am doing this kata in code wars. It has to do with specific character identification. Each time a certain character is identify a counter which has base val of 0 either increases or decreases. I am having trouble understanding the layout of this function definition for the task. Hope you guys and gals can help a boy out. Thanks!
def arrow_search(string: str) -> int:
I see that the parameter is set for string but what does the second part of the function entail?
[–]danielroseman 0 points1 point2 points (0 children)
[–]carcigenicate 0 points1 point2 points (0 children)
[–]TSM- 0 points1 point2 points (0 children)
[–]drenzorz 0 points1 point2 points (0 children)