Concept Flow - Adding and updating key-value pairs
Start with dictionary
Add new key-value pair?
Yes→Add key and value
Update existing key's value
Dictionary updated
End
Start with a dictionary, then add a new key-value pair or update an existing key's value, resulting in an updated dictionary.