Numbers
- Numbers
- Operators for Numbers
- Integer division and the __future__
- Pseudo Random Number (uniform distribution)
- Fixed random numbers
- Rolling dice - randrange
- Random choice
- built-in method
- Exception: TypeError: 'module' object is not callable
- Fixing the previous code
- Exception: AttributeError: module 'random' has no attribute
- Exercise: Number guessing game - level 0
- Exercise: Fruit salad
- Solution: Number guessing game - level 0
- Solution: Fruit salad