We know that Booleans can hold either True or False values, but there are additional operations we can use to create simple and complex Boolean expressions. One way we can do this, which we just saw when dealing with if-else statements, is by using the comparison operators:
Try running the following segment of code to see what gets printed when we explore with Boolean expressions.