❮ Python Glossary AndThe and keyword is a logical operator, and is used to combine conditional statements:ExampleGet your own Python ServerTest if a is greater than b, AND if c is greater than a:a = 200b = 33c