When we indent an instruction, then it becomes a part of the if statement block. It is executed only if the condition is True.
True
Let's see what happens when the condition is False.
False
Notice how the indented print() instruction is ignored?
print()