We use the word if to execute a line of code only if a certain boolean is True.
if
True
There! This is what we call an if statement.