runs specific instructions if a certain condition is True.
Allows values in your program to control whether certain instructions are performed.
After the condition, there is a colon (:), and the instructions controlled by the if statement are indented with tabs.