Like all languages Python contains three logical operators that can be combined with relational expressions to produce complex conditional statements. The operators are: and, or and not.
In this video the operators are used in an example program that finds the largest of three numbers. Several methods are shown.