Dictionary and Dictionary comprehensions
dictionary = { key: value for vars in iterable }
- Refer Here for dictionary examples
Strings
- Refer Here for basic strings.
Sample Application
- This would be an in memory POS (Point of Sale)
- Any POS system will have two main functionalities
- Generating Bills based on items added
- inventory
