Logical operators don't return boolean values in Python
      Written on July 31, 2024
    
      
        Here's a quick question for you. If you "and" two values in Python, what is the type of the return? A boolean, right? Nope. Read More
      
      
    TIL