When we indent an instruction, then it becomes a part of the if statement block. It is executed only if the condition is True.

Let's see what happens when the condition is False.

Notice how the indented print() instruction is ignored?