Changes

Jump to: navigation, search

OPS435 Python Lab 4

25 bytes added, 16:57, 15 June 2017
PART 3 - Dictionaries
help(dict_york.values)
dict_york.values()
</source>All keys (to access the key:pair values within a dictionary) can be viewed by using the '''dictionary.keys()''' function. This function provides a '''list''' containing all keys<br><br>
::#To demonstrate this, issue the following:<source>
help(dict_york.keys)
13,420
edits

Navigation menu