Skip to content

New puzzle #5

Open
Open
@akalai

Description

@akalai
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>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions