Why does "test" and "test" return "test" or 1... View this post on Instagram Why does "test" and "test" return "test" or 1 and 1 return 1 instead of True?➡ ▪ Python and many language llike it return one of the operands to their boolean expressions rather than just True or False. ▪This means that if you did False and 1, then you get the first operand False, but if you do True and 1, then you get the second(1). 🔴 Follow DDSRY ➡ @DDSRY21 To Learn Python Programming Language. 🙏Thank You 💻 DDSRY . A post shared by Python Programming By - DDSRY (@ddsry21) on Sep 14, 2020 at 7:19pm PDT