Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

4 bytes added, 16:59, 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