News

What the heck was that? We did if message, but message was a string, not True or False! Python converted our message to a Boolean and then checked if the Boolean it ended up with was True. But when ...
What the heck was that? We did if message, but message was a string, not True or False! Python converted our message to a Boolean and then checked if the Boolean it ended up with was True. But when ...