File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: New puzzle
33about : Create your own puzzle by defining a function
44title : New puzzle
55labels : New-puzzle
6- assignees : akalai
6+ assignees : ' '
77
88---
99
@@ -13,18 +13,10 @@ def sat(x: str):
1313 return " Hello " + x == " Hello world" # change this to your puzzle
1414```
1515
16- Solution hidden below so that other people can try to solve it.
17- <details ><summary >Reveal solution</summary >
18-
19- ``` python
20- def sol ():
21- return " world" # replace with your solution
22- ```
23- </details >
24-
25- Please post your solutions to this puzzle in the comments using the following formatting:
16+ Solvers, post your solutions in the comments using the following formatting:
2617````
2718<details><summary>Reveal solution</summary>
19+
2820```python
2921def sol():
3022 return "world" # replace with your solution
You can’t perform that action at this time.
0 commit comments