Changes

Jump to: navigation, search

OPS435 Python Lab 4

85 bytes added, 17:04, 15 June 2017
PART 3 - Dictionaries
dict_york['Postal Code']
</source>
::#Dictionary keys can be any '''immutable ''' values, such as(i.e. not permitted for value to be changed). Types of values include: '''strings''', '''numbers''', and '''tuples'''. Trying adding a couple new keys and values to the dictionary by issuing:<source>
dict_york['Country'] = 'Canada'
dict_york
13,420
edits

Navigation menu