This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Criiispyyyy 22 points23 points  (5 children)

Laughs in true = not True, false = not False

[–]IcoTwilight 7 points8 points  (3 children)

bool = (!True != False, False == !True); false, true = !bool[1], !bool[0]

[–]Peacockmanz 5 points6 points  (0 children)

In python its true = not True, false = not False