How to perform 'Difference' in Python.
# Task: Difference
# Language: Python
def difference():
# Implementation for Difference
# TODO: Implement core logic here
# Step 1: Prepare data
# Step 2: Process Difference
print('Done')