JezK
Edit File: calculations.py
def compare(x, y): """ Compares two set list for differences between them """ return set(x) ^ set(y)