Welcome to this lesson on the logic and control statement in Python! The following concepts will be covered:
Conditional comparison - truth and logic
If, else if, else statement
pass and assert statement
A Conditional and control statement allows the programmer to tell the computer program to perform different actions or computations depending on certain condition is met.