Thanks to @pwgraham91 for this.
1 2 3 4 5 6 7 |
>>> True = False >>> True False >>> True == True True >>> True == False True |
Thanks to @pwgraham91 for this.
1 2 3 4 5 6 7 |
>>> True = False >>> True False >>> True == True True >>> True == False True |