198
edits
Changes
→PART 3 - Dictionaries
dict_york.keys()
</source>
::#Let's add another key:value pair to our dictionary to change the province key:pair value to BC:<sourc source lang="python"e>
dict_york['Province'] = 'BC'
dict_york