Numbers

  1. Numbers
  2. Operators for Numbers
  3. Integer division and the __future__
  4. Pseudo Random Number (uniform distribution)
  5. Fixed random numbers
  6. Rolling dice - randrange
  7. Random choice
  8. built-in method
  9. Exception: TypeError: 'module' object is not callable
  10. Fixing the previous code
  11. Exception: AttributeError: module 'random' has no attribute
  12. Exercise: Number guessing game - level 0
  13. Exercise: Fruit salad
  14. Solution: Number guessing game - level 0
  15. Solution: Fruit salad