Another block we will be using is the elif condition block from the Operators category. We use this block when we have multiple conditions that we want to check for.
For example, in this case we will be doing 3 different light settings: red, green, and blue. We’ve only done the code for the red light settings. We will use the elif condition blocks for the other two.