Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

44 bytes added, 17:15, 15 June 2017
PART 3 - Dictionaries
dict_york.keys()
</source>
::#Let's add another key:value pair to our dictionaryto change the province key:pair value to BC:<source>
dict_york['Province'] = 'BC'
dict_york
13,420
edits