Yes! Because the condition is True, the computer executes the line.
True
If statements start with the word if, followed by the boolean value and the colon. On the next line, we can add an instruction like print().
if
print()