wtfpython icon indicating copy to clipboard operation
wtfpython copied to clipboard

What the f*ck Python? 😱

Results 116 wtfpython issues
Sort by recently updated
recently updated
newest added

## Description Small integers hash to themselves, except -1. ## Snippet preview ```python >>> for i in range(-4, 4): ... print(i, hash(i)) ... -4 -4 -3 -3 -2 -2 -1...

new snippets

For now there is no clear description in `CONTRIBUTING.md`, so please use existing example as a reference - [snippet in README](https://github.com/satwikkansal/wtfpython/blob/dev/README.md#L289-L356) - [Python file](https://github.com/satwikkansal/wtfpython/blob/dev/snippets/2_tricky_strings.py) - [add line in noxfile](https://github.com/satwikkansal/wtfpython/blob/dev/noxfile.py#L13)

For now there is no clear description in `CONTRIBUTING.md`, so please use existing example as a reference - [snippet in README](https://github.com/satwikkansal/wtfpython/blob/dev/README.md#L289-L356) - [Python file](https://github.com/satwikkansal/wtfpython/blob/dev/snippets/2_tricky_strings.py) - [add line in noxfile](https://github.com/satwikkansal/wtfpython/blob/dev/noxfile.py#L13)

For now there is no clear description in `CONTRIBUTING.md`, so please use existing example as a reference - [snippet in README](https://github.com/satwikkansal/wtfpython/blob/dev/README.md#L289-L356) - [Python file](https://github.com/satwikkansal/wtfpython/blob/dev/snippets/2_tricky_strings.py) - [add line in noxfile](https://github.com/satwikkansal/wtfpython/blob/dev/noxfile.py#L13)

Hi, If I'm not mistaken, I think the "goto, but why?" section missed one `I am trapped, please rescue!` Can you help double check it? (or am I missing some...

Expected time to finish: [X] weeks. I'll start working on it from [Y].