What are conditional statements?

Learn about conditional statements in python. What's the syntax and how do they help in creating programs?

We'll cover the following...

Every computer language I have ever used has had at least one conditional statement. Most of the time that statement is the if/elif/else structure. This is what ...