I’m looking to create a dictionary to store specific data I’ll be extracting sequentially. Specifically, I’ll be retrieving codes such as “748201” which will serve as dictionary keys, and corresponding titles like “Invoice of tech department” as their values. This process will be repeated multiple times.
Could you guide me on how to store these keys and values effectively?
Additionally, I’d like to send the contents of this dictionary via outlook email.
I’m looking to create a dictionary to store specific data I’ll be extracting sequentially. Specifically, I’ll be retrieving codes such as “748201” which will serve as dictionary keys, and corresponding titles like “Invoice of tech department” as their values, but the informationa will be stored in variables like code = “748201” and title = “invoice of tech department”. This process will be repeated multiple times.
Could you guide me on how to store these keys and values effectively?
Additionally, I’d like to send the contents of this dictionary via outlook email.