Changes

Jump to: navigation, search

OPS435 Python Lab 4

6 bytes added, 17:25, 15 June 2017
PART 3 - Dictionaries
list_of_keys = list(dict_york.keys())
list_of_keys[0]
</source>::#In addition, lists can be changed into sets if we would like to perform comparisons with another set. <br><br>::#To demonstrate, issue the following:<source>
set_of_keys = set(dict_york.keys())
set_of_values = set(dict_york.values())
13,420
edits

Navigation menu