Comparison and Boolean

  1. if statement again
  2. Comparison operators
  3. Compare numbers, compare strings
  4. Do NOT Compare different types!
  5. Complex if statement with boolean operators
  6. Chained expressions
  7. Boolean operators
  8. Boolean truth tables
  9. Boolean values: True and False
  10. Using True and False in variables
  11. Comparison returns True or False
  12. Assign comparisons to variables
  13. Flag
  14. Toggle
  15. Short circuit
  16. Short circuit fixed
  17. Does this value count as True or False?
  18. True and False values in Python
  19. Incorrect use of conditions
  20. Exercise: compare numbers
  21. Exercise: compare strings
  22. Solution: compare numbers
  23. Solution: compare strings