Bertelsmann Tech Scholarship Challenge, Python, Udacity

Python Control Flow: Conditional Statements

Conditional Statements are used to break the linear code. We don't always want to have our code follow a straight lines we want to branch off based on a a condition. If the condition is true we want to go one way and if it's false it goes another way.