You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[When True is actually False](#when-true-is-actually-false)
69
-
-[π‘ Explanation:](#-explanation-14)
67
+
-[π‘ Explanation:](#-explanation-13)
70
68
-[Be careful with chained operations](#be-careful-with-chained-operations)
71
-
-[π‘ Explanation:](#-explanation-15)
69
+
-[π‘ Explanation:](#-explanation-14)
72
70
-[Name resolution ignoring class scope](#name-resolution-ignoring-class-scope)
73
71
-[π‘ Explanation](#-explanation-8)
74
72
-[From filled to None in one instruction...](#from-filled-to-none-in-one-instruction)
75
73
-[π‘ Explanation](#-explanation-9)
76
74
-[Explicit typecast of strings](#explicit-typecast-of-strings)
77
-
-[π‘ Explanation:](#-explanation-16)
75
+
-[π‘ Explanation:](#-explanation-15)
78
76
-[Class attributes and instance attributes](#class-attributes-and-instance-attributes)
79
-
-[π‘ Explanation:](#-explanation-17)
77
+
-[π‘ Explanation:](#-explanation-16)
80
78
-[Catching the Exceptions!](#catching-the-exceptions)
81
79
-[π‘ Explanation](#-explanation-10)
82
80
-[Midnight time doesn't exist?](#midnight-time-doesnt-exist)
83
-
-[π‘ Explanation:](#-explanation-18)
81
+
-[π‘ Explanation:](#-explanation-17)
84
82
-[What's wrong with booleans?](#whats-wrong-with-booleans)
85
-
-[π‘ Explanation:](#-explanation-19)
83
+
-[π‘ Explanation:](#-explanation-18)
86
84
-[Needle in a Haystack](#needle-in-a-haystack)
87
-
-[π‘ Explanation:](#-explanation-20)
85
+
-[π‘ Explanation:](#-explanation-19)
88
86
-[The surprising comma](#the-surprising-comma)
89
-
-[π‘ Explanation:](#-explanation-21)
87
+
-[π‘ Explanation:](#-explanation-20)
90
88
-[For what?](#for-what)
91
-
-[π‘ Explanation:](#-explanation-22)
89
+
-[π‘ Explanation:](#-explanation-21)
92
90
-[not knot!](#not-knot)
93
-
-[π‘ Explanation:](#-explanation-23)
91
+
-[π‘ Explanation:](#-explanation-22)
94
92
-[Let's see if you can guess this?](#lets-see-if-you-can-guess-this)
95
-
-[π‘ Explanation:](#-explanation-24)
93
+
-[π‘ Explanation:](#-explanation-23)
96
94
-[Minor Ones](#minor-ones)
97
95
-[TODO: Hell of an example!](#todo-hell-of-an-example)
98
96
-[Contributing](#contributing)
@@ -1723,7 +1721,9 @@ Trying to come up with an example that combines multiple examples discussed abov
1723
1721
1724
1722
# Contributing
1725
1723
1726
-
All patches are Welcome! Filing an [issue](https://github.com/satwikkansal/wtfPython) first before submitting a patch will be appreciated :) Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for further details.
1724
+
All patches are Welcome! Filing an [issue](https://github.com/satwikkansal/wtfpython/issues/new) first before submitting a patch will be appreciated :) Please see [CONTRIBUTING.md](/CONTRIBUTING.md) for further details.
1725
+
1726
+
For discussions, either create a new [issue](https://github.com/satwikkansal/wtfpython/issues/new) or ping on the Gitter [channel](https://gitter.im/wtfpython/Lobby)
0 commit comments