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

I found the current "hash brownies" example and explanation confusing, so I'm proposing these changes. This is clearer because it focuses on *equivalence* as the key principle first, without muddying...

fix bug: `'''` means multi-line output in print function

add an example about apply reverse operation to an assign variable may cause unexpected error.

**Section**: [Appearences are deceptive!](https://github.com/satwikkansal/wtfpython#section-appearances-are-deceptive) (Open to any recommendations to add it to another section) **Link** (not yet added in the table of contents): [Sets discriminating values?](https://github.com/Vibhu-Agarwal/wtfpython#-sets-discriminating-values-) **Concept**: A set object...

Maybe, it should be 'dictionary' here?

The ideia is pretty much improve the explanation of why `'a'[0][0][0][0][0]` is syntactically correct.

python: 3.7.1 ![image](https://user-images.githubusercontent.com/26645743/49302058-fdb36e00-f500-11e8-9c55-6074e15dfa93.png)

enhancement
help wanted