We will look at three topics when we teach our robots to make decisions based on conditions. We spoke about boo already, it's used when we only have two possible outcomes, true or false. If we use the logical operators, we can check more conditions and find out if the final answer is true or false. if else allows us to run different blocks of code based on whether the condition is true or false. Now let's look at it in more detail.