Your program runs line by line from top to bottom. Control flow lets you skip lines or choose which lines to run based on conditions. I'll show you how to write code that checks a condition and branches to different paths.
This is how programs adapt to different inputs and situations. Without control flow, every program would do the same thing every time. You'll use it to make programs that respond to user choices and data values.