- keys() - dict_keys type
- values() - dict_values
- items() - tuple - dict_items
Python Dictionary notion
Python Dictionary Usages
Subset
dict[key] kill program when there is no key, but get(key) return none (or key in dict)
PyPrnt - prnt beauty list and dictionary