Last week I had the opportunity to see three interesting questions discussed in the Telegram groups, but the explanation would be too long for a chat.
Why True, True, True == (True, True, True)
returns True, True, False
?
This question was presented as a weird syntax of Python, but it’s actually a visual trap. Look at the operator ==
(equal equal).