Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

61 bytes added, 13:58, 15 June 2017
PART 3 - Dictionaries
dir(dict_york)
help(dict_york)
</source>::#All values can be viewed by using the '''dictionary.values() ''' function. This particular function provides a '''list''' containing all values.<br><br>:#To demonstrate, issue the following:<source>
help(dict_york.values)
dict_york.values()
13,420
edits