Changes

Jump to: navigation, search

OPS435 Python Lab 4

1 byte added, 19:20, 15 June 2017
PART 3 - Dictionaries
:::::'''create_dictionary()'''<ol><li>'''accepts''' two lists as arguments keys and values, '''combines''' these lists together to '''create''' a dictionary</li><li>'''returns a dictionary''' that has the keys and associated values from the lists</li></ol>
:::::'''split_dictionary()'''<ol><li>'''accepts''' a single dictionary as a argument and '''splits''' the dictionary into two lists, keys and values</li><li>'''returns two lists''': return keys, values</li></ol>
:::::'''shared_values()''' <ol><li>'''accepts''' two dictionaries as arguments '''finds''' all values that are shared between the two dictionaries</li><li>'''returns a set''' containing ONLY values found in BOTH dictionaries</li></ol>
:::*make sure the functions have the correct number of arguments required
:::*The script should show the exact output as the samples
13,420
edits

Navigation menu