Indentation is the visual structure of how your code is laid out. It uses tabs to organize code into a hierarchy.
An if statement lets you ask a question to the program and only run code if the answer is true.
Control structure that lets us run either one section of code or another depending on a test.
A control structure lets us change the flow of the code.