Let's put together a basic if statement that displays Hello, World!.

Yes! Because the condition is True, the computer executes the line.

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().