Python 101 - Conditional Statements
Developers have to make decisions all the time. How do you approach this problem? Do you use technology X or technology Y? Which programming language(s) can you use to solve this? Your code also sometimes needs to make a decision.
Here are some common things that code checks every day:
Are you authorized to do that?
Is that a valid email address?
Is that va…


