Comparison and Boolean
- if statement again
- Comparison operators
- Compare numbers, compare strings
- Do NOT Compare different types!
- Complex if statement with boolean operators
- Chained expressions
- Boolean operators
- Boolean truth tables
- Boolean values: True and False
- Using True and False in variables
- Comparison returns True or False
- Assign comparisons to variables
- Flag
- Toggle
- Short circuit
- Short circuit fixed
- Does this value count as True or False?
- True and False values in Python
- Incorrect use of conditions
- Exercise: compare numbers
- Exercise: compare strings
- Solution: compare numbers
- Solution: compare strings