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(x: str): return ("hello" * 1000).count(x) == 999
Solution hidden below so that other people can try to solve it.
def sol(): return "oh"
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(): return "elloh" # replace with your solution
Sorry, something went wrong.
def sol(): return "ohell"
akalai
No branches or pull requests
Solution hidden below so that other people can try to solve it.
Reveal solution
Please post your solutions to this puzzle in the comments using the following formatting:
The text was updated successfully, but these errors were encountered: