Skip to content
New issue

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

New puzzle #4

Open
akalai opened this issue Jun 15, 2021 · 2 comments
Open

New puzzle #4

akalai opened this issue Jun 15, 2021 · 2 comments
Assignees

Comments

@akalai
Copy link
Contributor

akalai commented Jun 15, 2021

def sat(x: str): 
    return ("hello" * 1000).count(x) == 999

Solution hidden below so that other people can try to solve it.

Reveal solution
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>
@akalai akalai self-assigned this Jun 15, 2021
@mlb2251
Copy link

mlb2251 commented Jun 16, 2021

Reveal solution
def sol():
    return "elloh"  # replace with your solution

@ghost
Copy link

ghost commented Jun 27, 2021

Reveal solution
def sol():
    return "ohell"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants