Changes

Jump to: navigation, search

OPS435 Python Lab 4

14 bytes added, 12:51, 18 August 2017
PART 3 - Dictionaries
print(key + ' | ' + value)
</source>
'''=== Create a Python Script for Managing Dictionaries'''===
:'''Perform the Following Instructions'''
::#Create the '''~/ops435/lab4/lab4c.py''' script. The purpose of this script will be to create dictionaries, extract data from dictionaries, and to make comparisons between dictionaries.
{'Canada', 'ON', 'Toronto'}
</source>
:::3. Exit the ipython3 shell, download the checking script and check your work. Enter the following commands from the bash shell.<sourcelang="bash">
cd ~/ops435/lab4/
pwd #confirm that you are in the right directory

Navigation menu