Return the value of s at label if that label exists in the index, otherwise return the string "Not found" (without raising an error).
s
label
"Not found"
Sample data: s:
a 1 b 2 c 3
solve(...)