Concept Flow - Nested dictionaries
Start: Create outer dictionary
Add key with inner dictionary
Access outer key
Access inner dictionary
Access inner key's value
Use or modify value
End
We create a dictionary that holds another dictionary as a value, then access keys step-by-step inside both dictionaries.
