python makes no sense and also nobody here read the questionpic.twitter.com/uHkRqnWukx
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
Correct, False == 0 evaluates to True and True == 1 evaluates to True. True !=3 evaluates to True though and bool(3) returns True (anything besides the enumerated falsy values is considered true). the expression in the SO question evaluates left-to-right if no brackets are used.
It's so weird that the only language to get booleans so right was (Visual) Basic. True is 0xFFFFFFFF or anything != 0, false is 0 and there is no difference between binary and boolean operators.
for languages like Python where the reference interpreter is written in C, compatability with the C convention of True is alias for 1 and False is alias for 0 is convenient.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.