Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 4

4 bytes added, 23:13, 16 August 2017
PART 2 - Sets
</source>
'''=== Create a Python Script Demonstrating Comparing Sets'''===
:'''Perform the Following Instructions'''
::#Create the '''~/ops435/lab4/lab4a.py''' script. The purpose of this script will be to demonstrate the different way of comparing sets. There will be three functions, each returning a different set comparison.
:::4. Before proceeding, make certain that you identify any and all errors in lab4a.py. When the checking script tells you everything is OK before proceeding to the next step.
'''=== Create a Python Script Demonstrating Comparing Lists'''===
:'''Perform the Following Instructions'''
::#Create the '''~/ops435/lab4/lab4b.py''' script. The purpose of this script will be to improve the previous script to perform the same joins, matches, and diffs, but this time on lists.