We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def sat(inds: List[int]): return inds == sorted(inds) and "".join("enlightenment"[i] for i in inds) == "intelligent"
Please post your solutions to this puzzle in the comments using the following formatting:
<details><summary>Reveal solution</summary> ```python def sol(): return "world" # replace with your solution ``` </details>
The text was updated successfully, but these errors were encountered:
def sol(): s = "stackringshrubs" start = -len(s) res = [] for c in "substring": for i in range(start,len(s)): if s[i] == c: res.append(i) start = i break return res
Sorry, something went wrong.
akalai
No branches or pull requests
Please post your solutions to this puzzle in the comments using the following formatting:
The text was updated successfully, but these errors were encountered: