Changes

Jump to: navigation, search

OPS435 Python Lab 4

8 bytes removed, 08:05, 21 June 2017
PART 3 - Dictionaries
:::*The script should contain '''three''' functions:
:::::'''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''': (Tip: the The return function can return multiple values using the following format lists (in this separated by a comma). In our case), use: '''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
13,420
edits

Navigation menu