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. Use flag to skip first few lines
  15. Toggle
  16. Short circuit
  17. Short circuit fixed
  18. Does this value count as True or False?
  19. True and False values in Python
  20. Incorrect use of conditions
  21. Exercise: compare numbers
  22. Exercise: compare strings
  23. Solution: compare numbers
  24. Solution: compare strings